summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/JumpThreading/2008-11-28-InfLoop.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a few crash tests into crash.llChris Lattner2009-11-051-17/+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
* don't call MergeBasicBlockIntoOnlyPred on a block whose onlyChris Lattner2008-11-281-0/+17
predecessor is itself. This doesn't make sense, and this is a dead infinite loop anyway. llvm-svn: 60210
OpenPOWER on IntegriCloud