[LLVMdev] How to properly use copyValue?

Ryan Taylor ryta1203 at gmail.com
Fri Feb 3 15:38:26 PST 2012


Since there are no constructors for Value, how do you properly insert a new
Value?

If I create a pointer Value *newValue and then call AA.copyValue(oldValue,
newValue), this does not work, since newValue is not allocated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/44086cf5/attachment.html>


More information about the llvm-dev mailing list