aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/CPP_min_max.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/CPP_min_max.ll')
-rw-r--r--test/Transforms/InstCombine/CPP_min_max.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/CPP_min_max.ll b/test/Transforms/InstCombine/CPP_min_max.ll
index d1e39b8..531ce2b 100644
--- a/test/Transforms/InstCombine/CPP_min_max.ll
+++ b/test/Transforms/InstCombine/CPP_min_max.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep select | not grep {i32\\*}
; This testcase corresponds to PR362, which notices that this horrible code