summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/apint-ipsccp4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-ipsccp4.ll')
-rw-r--r--test/Transforms/SCCP/apint-ipsccp4.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/SCCP/apint-ipsccp4.ll b/test/Transforms/SCCP/apint-ipsccp4.ll
index 5977547105..6ef6c30877 100644
--- a/test/Transforms/SCCP/apint-ipsccp4.ll
+++ b/test/Transforms/SCCP/apint-ipsccp4.ll
@@ -1,8 +1,8 @@
; This test makes sure that these instructions are properly constant propagated.
-; RUN: opt %s -ipsccp | llvm-dis | not grep load
-; RUN: opt %s -ipsccp | llvm-dis | not grep add
-; RUN: opt %s -ipsccp | llvm-dis | not grep phi
+; RUN: opt %s -ipsccp -S | not grep load
+; RUN: opt %s -ipsccp -S | not grep add
+; RUN: opt %s -ipsccp -S | not grep phi
@Y = constant [2 x { i212, float }] [ { i212, float } { i212 12, float 1.0 },