[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp
Duncan Sands
baldrick at free.fr
Fri Jun 1 12:56:23 PDT 2007
Hi Dale,
> Arrange for only 1 of multiple branches to landing pad to be kept.
it struck me that this patch seems to assume that if a successor
is a landing pad then it is necessarily a landing pad for the
current MBB. But couldn't it be the landing pad for some other
MBB, and simply a normal successor for the current one?
Ciao,
Duncan.
More information about the llvm-commits
mailing list