summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SCCP/apint-basictest4.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-08 22:57:49 +0000
committerDan Gohman <gohman@apple.com>2009-09-08 22:57:49 +0000
commit22f339010c2ef36ecf794b02a5bb5252272d4af0 (patch)
treec902ee3536b0e7c68d5c2545395d76b20f691874 /llvm/test/Transforms/SCCP/apint-basictest4.ll
parent7697d37777c723a928fc65774e1011aa703bc291 (diff)
downloadbcm5719-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.ll6
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
OpenPOWER on IntegriCloud