summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/apint-load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-load.ll')
-rw-r--r--test/Transforms/SCCP/apint-load.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/apint-load.ll b/test/Transforms/SCCP/apint-load.ll
index 9650971..56fdb35 100644
--- a/test/Transforms/SCCP/apint-load.ll
+++ b/test/Transforms/SCCP/apint-load.ll
@@ -1,7 +1,7 @@
; This test makes sure that these instructions are properly constant propagated.
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | not grep load
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | not grep fdiv
+; RUN: opt < %s -ipsccp -S | not grep load
+; RUN: opt < %s -ipsccp -S | not grep fdiv
@X = constant i212 42
@Y = constant [2 x { i212, float }] [ { i212, float } { i212 12, float 1.0 },
OpenPOWER on IntegriCloud