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/IndVarSimplify | |
| 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/IndVarSimplify')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/masked-iv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/masked-iv.ll b/llvm/test/Transforms/IndVarSimplify/masked-iv.ll index 01388522243..f1f5af96eb9 100644 --- a/llvm/test/Transforms/IndVarSimplify/masked-iv.ll +++ b/llvm/test/Transforms/IndVarSimplify/masked-iv.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars -S > %t +; RUN: opt < %s -indvars -S > %t ; RUN: not grep trunc %t ; RUN: grep and %t | count 1 |

