[llvm-commits] [llvm] r49006 - in /llvm/trunk/lib: CodeGen/DwarfWriter.cpp CodeGen/LLVMTargetMachine.cpp CodeGen/SelectionDAG/SelectionDAGISel.cpp Target/PowerPC/PPCAsmPrinter.cpp Target/PowerPC/PPCRegisterInfo.cpp Target/X86/X86AsmPrinter.cpp Target/X86/X86RegisterInfo.cpp Transforms/Utils/LowerInvoke.cpp

Duncan Sands baldrick at free.fr
Wed Apr 2 04:44:23 PDT 2008


> > That's because the C++ end-of-catch routine is
> > not marked "nothrow".
> 
> Really?  Is that intentional?

At first glance, there's nothing stopping __cxa_end_catch
being marked nothrow.  I will take a closer look later.

Ciao,

Duncan.



More information about the llvm-commits mailing list