summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-09-15 20:58:37 +0000
committerAndrew Trick <atrick@apple.com>2011-09-15 20:58:37 +0000
commit74111ee07f10364da57c5f575057ac5c765552f7 (patch)
tree377f097655a660ef8f8d929c18c020d3b4e9ea69 /llvm/test/Transforms/IndVarSimplify
parent4e9116404923d24849eb4d30bb63052cce584602 (diff)
downloadbcm5719-llvm-74111ee07f10364da57c5f575057ac5c765552f7.tar.gz
bcm5719-llvm-74111ee07f10364da57c5f575057ac5c765552f7.zip
Reapply r139759. Disable IV rewriting by default. See PR10916.
llvm-svn: 139842
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll b/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll
index e334f069b81..266eebd5bb6 100644
--- a/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll
+++ b/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll
@@ -87,6 +87,6 @@ exit:
ret void
; CHECK: @test5
-; CHECK: icmp eq i32 {{.*}}, 10
+; CHECK: icmp slt i32 {{.*}}, 0
; CHECK-NEXT: br i1
}
OpenPOWER on IntegriCloud