search for: 209a8a13

Displaying 3 results from an estimated 3 matches for "209a8a13".

Did you mean: 2098.13
2009 Jan 08
2
[LLVMdev] insertAfter method Patch
Hi, I have added an insertAfter method to the ilist and Instruction classes. The methods are implemented as efficiently as the currently existing insert and insertBefore methods. The insertAfter method was created to mirror a similar method in another compiler in order to ease an ongoing port. The patch, which is very small is included as AddInsertBefore.patch. Additionally, I wrote a small test
2009 Jan 08
0
[LLVMdev] insertAfter method Patch
Thomas B. Jablin wrote: > Hi, > I have added an insertAfter method to the ilist and Instruction classes. The methods are implemented as efficiently as the currently existing insert and insertBefore methods. The insertAfter method was created to mirror a similar method in another compiler in order to ease an ongoing port. The patch, which is very small is included as AddInsertBefore.patch.
2009 Jan 08
2
[LLVMdev] insertAfter method Patch
...Instruction.h. Here is the patch with the corrected comments. Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: AddInsertAfter.patch Type: text/x-patch Size: 1872 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090108/209a8a13/attachment.bin>