Chris Lattner
|
52a71340c1
|
Fix a test that was "broken" by new optimizations. The transformation we
are doing is certainly correct, its just that we didn't have the capability
to do it when the testcase was written (no select instr)
llvm-svn: 13799
|
2004-05-26 23:51:29 +00:00 |
Misha Brukman
|
edf4bab190
|
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
llvm-svn: 8558
|
2003-09-16 15:29:54 +00:00 |
Chris Lattner
|
753dae6fff
|
This testcase was very broken! The block could not be merged because then
there would be a broken PHI node
llvm-svn: 2692
|
2002-05-21 19:32:58 +00:00 |
Chris Lattner
|
5fc509b008
|
Testcase for missed merge opportunity
llvm-svn: 2477
|
2002-05-06 03:11:32 +00:00 |