From 3c278bc7ebaf3f92d12edd19ed0d719ddbc09ffd Mon Sep 17 00:00:00 2001 From: c8ef Date: Fri, 22 Aug 2025 22:11:58 +0800 Subject: [PATCH] [flang][NFC] Fix copy-and-paste error in atand testcase --- flang/test/Lower/Intrinsics/atand.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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