Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵ | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
| | | | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171250 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Tolerate degenerate phi nodes that can occur in the middle of optimization | Nick Lewycky | 2011-02-10 | 1 | -0/+24 |
passes. Fixes PR9112. Patch by Jakub Staszak! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125319 91177308-0d34-0410-b5e6-96231b3b80d8 |