Skip to content

Commit db63c57

Browse files
authored
[flang][NFC] Fix copy-and-paste error in atand testcase. (#154956)
Fix failure in https://lab.llvm.org/buildbot/#/builders/53/builds/19265.
1 parent 4a7fdb0 commit db63c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/Intrinsics/atand.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ function test_real16_yx(y, x)
6363
! CHECK-LABEL: @_QPtest_real16_yx
6464
! CHECK: %[[atan2:.*]] = math.atan2 %{{.*}}, %{{.*}}: f128
6565
! CHECK: %[[factor:.*]] = arith.constant 57.295779513082320876798154814105{{.*}} : f128
66-
! CHECK: %{{.*}} = arith.mulf %[[atan]], %[[factor]] fastmath<contract> : f128
66+
! CHECK: %{{.*}} = arith.mulf %[[atan2]], %[[factor]] fastmath<contract> : f128

0 commit comments

Comments
 (0)