[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp

Duncan Sands baldrick at free.fr
Fri Jun 1 05:43:20 PDT 2007


Hi Dale,

> Arrange for only 1 of multiple branches to landing pad to be kept.

you seem to assume that there is at most one landing pad block for
a given MBB, i.e. that all invokes in the MBB unwind to the same
landing pad.  Are you sure that's true?

Ciao,

Duncan.



More information about the llvm-commits mailing list