aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fdiv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/fdiv.ll')
-rw-r--r--test/Transforms/InstCombine/fdiv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/fdiv.ll b/test/Transforms/InstCombine/fdiv.ll
index f4e0b48411..a2cce016e1 100644
--- a/test/Transforms/InstCombine/fdiv.ll
+++ b/test/Transforms/InstCombine/fdiv.ll
@@ -13,7 +13,7 @@ define float @test2(float %x) nounwind readnone ssp {
ret float %div
; CHECK: @test2
-; CHECK-NEXT: fmul float %x, 0x3800000000000000
+; CHECK-NEXT: fdiv float %x, 0x47E0000000000000
}
define float @test3(float %x) nounwind readnone ssp {