summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/JumpThreading/2009-01-08-DeadLoopRepl.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a few crash tests into crash.llChris Lattner2009-11-051-49/+0
| | | | llvm-svn: 86119
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner2009-01-091-0/+49
jump threading can have bugs, who knew? ;-) llvm-svn: 61983
OpenPOWER on IntegriCloud