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 |
Dan Gohman
|
0f3ef7be50
|
Eliminate more redundant llvm-as calls.
llvm-svn: 81540
|
2009-09-11 18:17:12 +00:00 |
Dan Gohman
|
72a13d2476
|
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
|
2009-09-08 22:34:10 +00:00 |
Chris Lattner
|
5a58a4dc6d
|
Rewrite multiple return value handling in SCCP. Before, the -sccp pass
would turn every getresult instruction into undef. This helps with
rdar://5778210
llvm-svn: 50140
|
2008-04-23 05:38:20 +00:00 |