Dmitri Gribenko
|
56bf2e1830
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243.
llvm-svn: 171250
|
2012-12-30 02:33:22 +00:00 |
Chris Lattner
|
59345c8b65
|
remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue.
llvm-svn: 133247
|
2011-06-17 06:57:15 +00:00 |
Chris Lattner
|
88974f4625
|
fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr.
llvm-svn: 129203
|
2011-04-09 07:25:58 +00:00 |
Chris Lattner
|
054d2a8525
|
merge tests into one crash.ll test.
llvm-svn: 123220
|
2011-01-11 07:50:07 +00:00 |
Chris Lattner
|
63fe78de68
|
remove a bogus assertion: the latch block of a loop is not
neccesarily an uncond branch to the header. This fixes
PR8955 (the assertion tripping).
llvm-svn: 123219
|
2011-01-11 07:47:59 +00:00 |