From dd9d758a315e69798c8e36ed5c8b4a23e4585274 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 13 Sep 2011 03:23:21 +0000 Subject: Disable IV rewriting by default. See PR10916. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139579 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/IndVarSimplify/floating-point-iv.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/IndVarSimplify') diff --git a/test/Transforms/IndVarSimplify/floating-point-iv.ll b/test/Transforms/IndVarSimplify/floating-point-iv.ll index e334f069b8..266eebd5bb 100644 --- a/test/Transforms/IndVarSimplify/floating-point-iv.ll +++ b/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 } -- cgit v1.2.3-18-g5258