diff options
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll b/llvm/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll index aecb06cfb87..5d9ed64ef42 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll @@ -25,7 +25,7 @@ for.end: ; Now check that the computed double constant is correct. ; CHECK: @doubleIV -; CHECK: phi double [ 0x43F0000000000000, %entry ] +; CHECK: phi double [ -3.900000e+01, %entry ] ; CHECK: br define void @doubleIV() nounwind { entry: |