summaryrefslogtreecommitdiff
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 91c3b7ff8a..9431b9773f 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: opt %s -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 {