aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/mul-neg-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/mul-neg-add.ll')
-rw-r--r--test/Transforms/Reassociate/mul-neg-add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/mul-neg-add.ll b/test/Transforms/Reassociate/mul-neg-add.ll
index 1899be7..9c50954 100644
--- a/test/Transforms/Reassociate/mul-neg-add.ll
+++ b/test/Transforms/Reassociate/mul-neg-add.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis |\
+; RUN: opt %s -reassociate -instcombine | llvm-dis |\
; RUN: not grep {sub i32 0}
define i32 @test(i32 %X, i32 %Y, i32 %Z) {