summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll
Commit message (Collapse)AuthorAgeFilesLines
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-19/+0
| | | | | | landingpad. Enforce it in the verifier, and fix the regression tests to match. llvm-svn: 161697
* Update to the new EH scheme.Bill Wendling2011-08-251-0/+4
| | | | llvm-svn: 138606
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman2009-06-031-0/+15
DominatorTreeBase::Split. llvm-svn: 72810
OpenPOWER on IntegriCloud