[llvm-commits] [llvm-gcc-4.2] r82667 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Eric Christopher echristo at apple.com
Thu Sep 24 09:27:59 PDT 2009


On Sep 24, 2009, at 8:38 AM, Duncan Sands wrote:

> Hi Eric,
>
>> Use the current InsertPt not the original instruction since we
>> may have incremented the insert point.
>
> got a testcase?

Nothing shortened, but it was an invoke at the end of an alloca block.  
We'd increment InsertPt early in the routine and then go back and use I.

-eric



More information about the llvm-commits mailing list