diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-08 22:57:49 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-08 22:57:49 +0000 |
| commit | 22f339010c2ef36ecf794b02a5bb5252272d4af0 (patch) | |
| tree | c902ee3536b0e7c68d5c2545395d76b20f691874 /llvm/test/Transforms/SCCP/apint-basictest4.ll | |
| parent | 7697d37777c723a928fc65774e1011aa703bc291 (diff) | |
| download | bcm5719-llvm-22f339010c2ef36ecf794b02a5bb5252272d4af0.tar.gz bcm5719-llvm-22f339010c2ef36ecf794b02a5bb5252272d4af0.zip | |
Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
filename in the output, which interferes with the tests' grep lines.
llvm-svn: 81263
Diffstat (limited to 'llvm/test/Transforms/SCCP/apint-basictest4.ll')
| -rw-r--r-- | llvm/test/Transforms/SCCP/apint-basictest4.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/SCCP/apint-basictest4.ll b/llvm/test/Transforms/SCCP/apint-basictest4.ll index 97a33f4b87d..41036ea002d 100644 --- a/llvm/test/Transforms/SCCP/apint-basictest4.ll +++ b/llvm/test/Transforms/SCCP/apint-basictest4.ll @@ -2,9 +2,9 @@ ; logic operations. -; RUN: opt %s -sccp -S | not grep and -; RUN: opt %s -sccp -S | not grep trunc -; RUN: opt %s -sccp -S | grep {ret i100 -1} +; RUN: opt < %s -sccp -S | not grep and +; RUN: opt < %s -sccp -S | not grep trunc +; RUN: opt < %s -sccp -S | grep {ret i100 -1} define i100 @test(i133 %A) { %B = and i133 0, %A |

