summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless pass from the pipeline in ↵Wei Mi2016-07-251-2/+2
| | | | | | test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll. llvm-svn: 276644
* [PM] Port BreakCriticalEdges to the new PM.Wei Mi2016-07-221-0/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D22688 llvm-svn: 276449
* 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 this test to test what it was intended to test.Nick Lewycky2007-04-151-1/+1
| | | | llvm-svn: 36072
* Update tests for the disappearance of -idom.Owen Anderson2007-04-151-1/+1
| | | | llvm-svn: 36064
* Fix this testcase to fail if the bug were reintroduced.Nick Lewycky2007-04-081-1/+1
| | | | llvm-svn: 35776
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-081-1/+1
| | | | llvm-svn: 35775
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR761:Reid Spencer2007-01-261-1/+1
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+188
llvm-svn: 33296
OpenPOWER on IntegriCloud