Displaying 1 result from an estimated 1 matches for "e302a417".
2011 Sep 16
0
[LLVMdev] How to duplicate a function?
...Finally, remove the old call from the program, reducing the
use-count of F.
Call->eraseFromParent();
} // while
#endif
return true;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110916/e302a417/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: duplicateFunction.cpp
Type: text/x-c++src
Size: 9571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110916/e302a417/attachment.cpp>
-------------- ne...