summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/subtest2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/subtest2.ll')
-rw-r--r--test/Transforms/Reassociate/subtest2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/subtest2.ll b/test/Transforms/Reassociate/subtest2.ll
index c81e9b3..0513c5f 100644
--- a/test/Transforms/Reassociate/subtest2.ll
+++ b/test/Transforms/Reassociate/subtest2.ll
@@ -1,6 +1,6 @@
; With sub reassociation, constant folding can eliminate the uses of %a.
;
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep %a | count 1
+; RUN: opt < %s -reassociate -instcombine -S | grep %a | count 1
; PR2047
define i32 @test(i32 %a, i32 %b, i32 %c) nounwind {
OpenPOWER on IntegriCloud