summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/mulfactor.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/mulfactor.ll')
-rw-r--r--test/Transforms/Reassociate/mulfactor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/mulfactor.ll b/test/Transforms/Reassociate/mulfactor.ll
index f80019c..f279727 100644
--- a/test/Transforms/Reassociate/mulfactor.ll
+++ b/test/Transforms/Reassociate/mulfactor.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep mul | count 2
+; RUN: opt < %s -reassociate -instcombine -S | grep mul | count 2
; This should have exactly 2 multiplies when we're done.
OpenPOWER on IntegriCloud