summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/mulfactor2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/mulfactor2.ll')
-rw-r--r--test/Transforms/Reassociate/mulfactor2.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/Reassociate/mulfactor2.ll b/test/Transforms/Reassociate/mulfactor2.ll
index 1d0e68d244..8116554196 100644
--- a/test/Transforms/Reassociate/mulfactor2.ll
+++ b/test/Transforms/Reassociate/mulfactor2.ll
@@ -1,7 +1,6 @@
; This should turn into one multiply and one add.
-; RUN: llvm-as < %s | \
-; RUN: opt -instcombine -reassociate -instcombine -S > %t
+; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
; RUN: grep mul %t | count 1
; RUN: grep add %t | count 1