summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-07 22:15:23 +0000
committerChris Lattner <sabre@nondot.org>2009-09-07 22:15:23 +0000
commite48704b8dacb68df78c0b2dbcf21a6e4f19432a6 (patch)
tree4f96f6bc47a12d8e120abb7c301e04fa29f4e34b /llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
parent3b134cd72ac2317596485aba21cdf714c783fc9f (diff)
downloadbcm5719-llvm-e48704b8dacb68df78c0b2dbcf21a6e4f19432a6.tar.gz
bcm5719-llvm-e48704b8dacb68df78c0b2dbcf21a6e4f19432a6.zip
tighten test.
llvm-svn: 81159
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll b/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
index 032d9c53f10..abbfda6e925 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
@@ -12,7 +12,7 @@ no_exit: ; preds = %no_exit, %entry
volatile store float 0.000000e+00, float* %D
%indvar.next = add i32 %indvar, 1 ; <i32> [#uses=2]
; CHECK: icmp
-; CHECK: br i1
+; CHECK-NEXT: br i1
%exitcond = icmp eq i32 %indvar.next, %E ; <i1> [#uses=1]
br i1 %exitcond, label %loopexit, label %no_exit
loopexit: ; preds = %no_exit
OpenPOWER on IntegriCloud