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. llvm-svn: 171250 | ||||
* | remove asmparser support for the old getresult instruction, which has been ↵ | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
| | | | | | | subsumed by extractvalue. llvm-svn: 133247 | ||||
* | fix PR9523, a crash in looprotate on a non-canonical loop made out of ↵ | Chris Lattner | 2011-04-09 | 1 | -0/+16 |
| | | | | | | indirectbr. llvm-svn: 129203 | ||||
* | merge tests into one crash.ll test. | Chris Lattner | 2011-01-11 | 1 | -1/+109 |
| | | | | llvm-svn: 123220 | ||||
* | remove a bogus assertion: the latch block of a loop is not | Chris Lattner | 2011-01-11 | 1 | -0/+31 |
neccesarily an uncond branch to the header. This fixes PR8955 (the assertion tripping). llvm-svn: 123219 |