aboutsummaryrefslogtreecommitdiff
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 a2d9215618..dd6ddd9b62 100644
--- a/test/Transforms/Reassociate/mul-neg-add.ll
+++ b/test/Transforms/Reassociate/mul-neg-add.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -reassociate -instcombine -S |\
+; RUN: opt < %s -reassociate -instcombine -S |\
; RUN: not grep {sub i32 0}
define i32 @test(i32 %X, i32 %Y, i32 %Z) {