summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/calltest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/calltest.ll')
-rw-r--r--test/Transforms/SCCP/calltest.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/calltest.ll b/test/Transforms/SCCP/calltest.ll
index f4e0186fff..9dec22f4d1 100644
--- a/test/Transforms/SCCP/calltest.ll
+++ b/test/Transforms/SCCP/calltest.ll
@@ -1,5 +1,4 @@
-; RUN: opt %s -sccp -loop-deletion -simplifycfg -S | \
-; RUN: not grep br
+; RUN: opt < %s -sccp -loop-deletion -simplifycfg -S | not grep br
; No matter how hard you try, sqrt(1.0) is always 1.0. This allows the
; optimizer to delete this loop.