summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert tests to the new EH model.Bill Wendling2011-11-081-15/+10
| | | | llvm-svn: 144048
* SjLj EH could produce a machine basic block that legitimately has more than oneBill Wendling2011-05-041-0/+93
landing pad as its successor. SjLj exception handling jumps to the correct landing pad via a switch statement that's generated right before code-gen. Loosen the constraint in the machine instruction verifier to allow for this. Note, this isn't the most rigorous check since we cannot determine where that switch statement came from. But it's marginally better than turning this check off when SjLj exceptions are used. <rdar://problem/9187612> llvm-svn: 130881
OpenPOWER on IntegriCloud