Displaying 1 result from an estimated 1 matches for "f0111b4b".
2014 Aug 09
2
[LLVMdev] difference between replaceAllUsesWith and replaceUsesOfWith?
...ui != GV->use_end(); ++ui) {
if(User *u = dyn_cast < User > (*ui)) {
u->replaceUsesOfWith(GV, GEP);
}
}
===========================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140808/f0111b4b/attachment.html>