summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/zero-point-zero-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/zero-point-zero-add.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/zero-point-zero-add.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/zero-point-zero-add.ll b/llvm/test/Transforms/InstCombine/zero-point-zero-add.ll
index 4cdeb407a71..42004017c39 100644
--- a/llvm/test/Transforms/InstCombine/zero-point-zero-add.ll
+++ b/llvm/test/Transforms/InstCombine/zero-point-zero-add.ll
@@ -5,7 +5,7 @@ declare double @abs(double)
define double @test(double %X) {
; CHECK-LABEL: @test(
-; CHECK: [[Y:%.*]] = fadd double %X, 0.000000e+00
+; CHECK-NEXT: [[Y:%.*]] = fadd double %X, 0.000000e+00
; CHECK-NEXT: ret double [[Y]]
;
%Y = fadd double %X, 0.0 ;; Should be a single add x, 0.0
@@ -15,7 +15,7 @@ define double @test(double %X) {
define double @test1(double %X) {
; CHECK-LABEL: @test1(
-; CHECK: [[Y:%.*]] = call double @abs(double %X)
+; CHECK-NEXT: [[Y:%.*]] = call double @abs(double %X)
; CHECK-NEXT: ret double [[Y]]
;
%Y = call double @abs(double %X)
OpenPOWER on IntegriCloud