[llvm-commits] [llvm-gcc-4.2] r49171 - in /llvm-gcc-4.2/trunk/gcc: llvm-convert.cpp llvm-types.cpp
Duncan Sands
baldrick at free.fr
Sat Apr 5 03:10:24 PDT 2008
PS: I don't actually understand why you want to mark declarations
nounwind in modules compiled without -fexceptions. It's not like
it improves code quality or anything [that's because all *calls*
are marked nounwind, which is stronger than marking callees no
unwind because it also works for indirect calls].
More information about the llvm-commits
mailing list