summaryrefslogtreecommitdiffstats
path: root/test/Transforms/CondProp/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CondProp/basictest.ll')
-rw-r--r--test/Transforms/CondProp/basictest.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/CondProp/basictest.ll b/test/Transforms/CondProp/basictest.ll
index 317247c..49d4735 100644
--- a/test/Transforms/CondProp/basictest.ll
+++ b/test/Transforms/CondProp/basictest.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -condprop | llvm-dis | \
+; RUN: opt < %s -condprop -S | \
; RUN: not grep {br label}
-; RUN: llvm-as < %s | opt -condprop | llvm-dis | not grep T2
+; RUN: opt < %s -condprop -S | not grep T2
define i32 @test(i1 %C) {
OpenPOWER on IntegriCloud