[llvm-commits] [llvm] r58489 - in /llvm/trunk/lib: CodeGen/PrologEpilogInserter.cpp Target/X86/X86RegisterInfo.cpp

Chris Lattner clattner at apple.com
Thu Oct 30 23:09:57 PDT 2008


On Oct 30, 2008, at 9:00 PM, Bill Wendling wrote:

> Author: void
> Date: Thu Oct 30 23:00:23 2008
> New Revision: 58489
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58489&view=rev
> Log:
> Don't skip over all "terminator" instructions when determining where  
> to put the
> callee-saved restore code. It could skip over conditional jumps
> accidentally. Instead, just skip the "return" instructions.

Testcase?

-Chris



More information about the llvm-commits mailing list