summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/otherops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/otherops.ll')
-rw-r--r--test/Transforms/Reassociate/otherops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/otherops.ll b/test/Transforms/Reassociate/otherops.ll
index 827c7ea8f1..267d3bd13c 100644
--- a/test/Transforms/Reassociate/otherops.ll
+++ b/test/Transforms/Reassociate/otherops.ll
@@ -1,6 +1,6 @@
; Reassociation should apply to Add, Mul, And, Or, & Xor
;
-; RUN: opt %s -reassociate -constprop -instcombine -die | llvm-dis | not grep 12
+; RUN: opt %s -reassociate -constprop -instcombine -die -S | not grep 12
define i32 @test_mul(i32 %arg) {
%tmp1 = mul i32 12, %arg ; <i32> [#uses=1]