search for: 27398e4e

Displaying 2 results from an estimated 2 matches for "27398e4e".

2011 Aug 29
0
[LLVMdev] insertions with inst_iterators?
...semantics. Once you've got that figured out, we can see what kind of loop you'll need to write/how to deal with iterator invalidation. - David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110829/27398e4e/attachment.html>
2011 Aug 29
2
[LLVMdev] insertions with inst_iterators?
When I'm iterating through I only directly add BitCastInsts and a single CallInst(Im assuming the functions I also created are elsewhere). Unfortunately it doesnt look like theres is a good way to convert between the the iterator I and a CallInst *. Am I missing something? Thanks On Mon, Aug 29, 2011 at 3:59 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Mon, Aug