Arnaud A. de Grandmaison
|
de5ff26865
|
No need for those tests to go thru llvm-as and/or llvm-dis.
opt can handle them by itself.
llvm-svn: 209689
|
2014-05-27 22:03:28 +00:00 |
Chris Lattner
|
65fb25a257
|
more test cleanup
llvm-svn: 112892
|
2010-09-02 22:38:56 +00:00 |
Torok Edwin
|
21bd8c9fc5
|
Constant propagating byval pointer is safe if function is readonly.
llvm-svn: 82700
|
2009-09-24 18:33:42 +00:00 |
Torok Edwin
|
f95a450ef9
|
Don't constant propagate byval pointers, since they are not really pointers, but
rather structs passed by value.
This fixes PR5038.
llvm-svn: 82689
|
2009-09-24 09:47:18 +00:00 |