summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/adjust-for-sminmax.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/adjust-for-sminmax.ll')
-rw-r--r--test/Transforms/InstCombine/adjust-for-sminmax.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/adjust-for-sminmax.ll b/test/Transforms/InstCombine/adjust-for-sminmax.ll
index afe2f8fc88..b9b6f702eb 100644
--- a/test/Transforms/InstCombine/adjust-for-sminmax.ll
+++ b/test/Transforms/InstCombine/adjust-for-sminmax.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {icmp s\[lg\]t i32 %n, 0} | count 16
+; RUN: opt < %s -instcombine -S | grep {icmp s\[lg\]t i32 %n, 0} | count 16
; Instcombine should recognize that this code can be adjusted
; to fit the canonical smax/smin pattern.