aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/zero-point-zero-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/zero-point-zero-add.ll')
-rw-r--r--test/Transforms/InstCombine/zero-point-zero-add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/zero-point-zero-add.ll b/test/Transforms/InstCombine/zero-point-zero-add.ll
index e466e8ad7429..a23db75525e9 100644
--- a/test/Transforms/InstCombine/zero-point-zero-add.ll
+++ b/test/Transforms/InstCombine/zero-point-zero-add.ll
@@ -15,7 +15,7 @@ define double @test(double %X) {
define double @test1(double %X) {
; CHECK-LABEL: @test1(
-; CHECK-NEXT: [[Y:%.*]] = call double @fabs(double %X)
+; CHECK-NEXT: [[Y:%.*]] = call double @llvm.fabs.f64(double %X)
; CHECK-NEXT: ret double [[Y]]
;
%Y = call double @fabs(double %X)