aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
AgeCommit message (Expand)Author
2011-09-19Update to the new EH syntax.Bill Wendling
2011-09-19Dramatically reduce this testcase.Bill Wendling
2011-08-31Reenable test.Bill Wendling
2011-08-31Revert accidental commitBill Wendling
2011-08-31Disable this test until Bill fixes it properly.Eli Friedman
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-10-29Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner