diff --git a/flang/test/Lower/Intrinsics/atand.f90 b/flang/test/Lower/Intrinsics/atand.f90 index 45303228a42b5..c27de4b5afbe7 100644 --- a/flang/test/Lower/Intrinsics/atand.f90 +++ b/flang/test/Lower/Intrinsics/atand.f90 @@ -63,4 +63,4 @@ function test_real16_yx(y, x) ! CHECK-LABEL: @_QPtest_real16_yx ! CHECK: %[[atan2:.*]] = math.atan2 %{{.*}}, %{{.*}}: f128 ! CHECK: %[[factor:.*]] = arith.constant 57.295779513082320876798154814105{{.*}} : f128 -! CHECK: %{{.*}} = arith.mulf %[[atan]], %[[factor]] fastmath : f128 +! CHECK: %{{.*}} = arith.mulf %[[atan2]], %[[factor]] fastmath : f128