summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a few crash tests into crash.llChris Lattner2009-11-051-21/+0
| | | | llvm-svn: 86119
* simplify some run lines, convert a test to filecheck.Chris Lattner2009-10-111-1/+1
| | | | llvm-svn: 83750
* 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 PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner2009-01-191-0/+21
llvm-svn: 62529
OpenPOWER on IntegriCloud