[LLVMdev] Modifing an operand of MDNode

Junjie Gu jgu222 at gmail.com
Mon Jun 7 15:35:40 PDT 2010


I have a MDNode,  and one of its operand is an int.  I'd like to
assign a new int value to that operand during the llvm optimization.
What is the right way to do this ?   (There is no setOperand() with
MDNode class.)

Junjie



More information about the llvm-dev mailing list