summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll')
-rw-r--r--llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll b/llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
index 47f4fe3160c..3ebd9b3401f 100644
--- a/llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
+++ b/llvm/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
@@ -1,6 +1,6 @@
; Update loop iteraton space to eliminate condition inside loop.
-; RUN: opt %s -loop-index-split -S | not grep bothcond
+; RUN: opt < %s -loop-index-split -S | not grep bothcond
define void @test(float* %x, i32 %ndat, float** %y, float %xcen, i32 %xmin, i32 %xmax, float %sigmal, float %contribution) {
entry:
%tmp519 = icmp sgt i32 %xmin, %xmax ; <i1> [#uses=1]
OpenPOWER on IntegriCloud