[llvm-commits] [llvm] r49299 - /llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp

Duncan Sands baldrick at free.fr
Mon Apr 7 01:22:07 PDT 2008


> Mark calls to llvm.stacksave, llvm.stackrestore as
> nounwind.  When such calls are inlined into something
> else that is invoked, they were getting changed to invokes,
> which is badness.

Testcase?

D.



More information about the llvm-commits mailing list