summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/JumpThreading/degenerate-phi.ll
Commit message (Collapse)AuthorAgeFilesLines
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵Dmitri Gribenko2012-12-301-1/+1
| | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250
* Tolerate degenerate phi nodes that can occur in the middle of optimizationNick Lewycky2011-02-101-0/+24
passes. Fixes PR9112. Patch by Jakub Staszak! llvm-svn: 125319
OpenPOWER on IntegriCloud