Dmitri Gribenko
|
b137c9e551
|
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: 171246
|
2012-12-30 01:28:40 +00:00 |
Daniel Dunbar
|
b9ea94c990
|
Eliminate uses of %prcontext.
- I'd appreciate it if someone else eyeballs my changes to make sure I captured
the intent of the test.
llvm-svn: 81083
|
2009-09-05 11:35:16 +00:00 |
Chris Lattner
|
49a594e6ab
|
More than just loads can read from memory: readonly calls like strlen
also need to be checked for memory modifying instructions before we
can sink them. THis fixes the second half of PR2297.
llvm-svn: 50860
|
2008-05-08 17:37:37 +00:00 |