summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/shift-factor.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/shift-factor.ll')
-rw-r--r--test/Transforms/Reassociate/shift-factor.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/Reassociate/shift-factor.ll b/test/Transforms/Reassociate/shift-factor.ll
index b84d3d9fc2..73af5e5304 100644
--- a/test/Transforms/Reassociate/shift-factor.ll
+++ b/test/Transforms/Reassociate/shift-factor.ll
@@ -1,6 +1,5 @@
; There should be exactly one shift and one add left.
-; RUN: llvm-as < %s | \
-; RUN: opt -reassociate -instcombine -S > %t
+; RUN: opt < %s -reassociate -instcombine -S > %t
; RUN: grep shl %t | count 1
; RUN: grep add %t | count 1