summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/2002-05-15-SubReassociate.ll')
-rw-r--r--test/Transforms/Reassociate/2002-05-15-SubReassociate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
index c34331cb8c..c18af5e07e 100644
--- a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
+++ b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
@@ -1,6 +1,6 @@
; With sub reassociation, constant folding can eliminate all of the constants.
;
-; RUN: opt %s -reassociate -constprop -instcombine -dce -S | not grep add
+; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
define i32 @test(i32 %A, i32 %B) {
%W = add i32 5, %B ; <i32> [#uses=1]