summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/phi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/phi.ll')
-rw-r--r--test/Transforms/ConstProp/phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/phi.ll b/test/Transforms/ConstProp/phi.ll
index 858c0be..3d9e284 100644
--- a/test/Transforms/ConstProp/phi.ll
+++ b/test/Transforms/ConstProp/phi.ll
@@ -1,7 +1,7 @@
; This is a basic sanity check for constant propogation. The add instruction
; should be eliminated.
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep phi
+; RUN: opt < %s -constprop -die -S | not grep phi
define i32 @test(i1 %B) {
BB0:
OpenPOWER on IntegriCloud