[OpenACc][CIR] Fix tests failed because of crossed-patches

Review #145600 and #145770 crossed, which caused compute-copy and
combined-copy tests to fail because of an insufficiently written 'check'
line for a cir.func, which didn't account for the linkage spec being
added.  This patch adds that to fix the build.
This commit is contained in:
erichkeane 2025-06-26 11:02:06 -07:00
parent 6b9e6f066f
commit edf0d0da43
2 changed files with 2 additions and 2 deletions

View File

@ -1104,7 +1104,7 @@ void copy_member_of_array_element_member() {
}
void modifier_list() {
// CHECK: cir.func @modifier_list() {
// CHECK: cir.func{{.*}} @modifier_list() {
int localVar;
// CHECK-NEXT: %[[LOCALVAR:.*]] = cir.alloca !s32i, !cir.ptr<!s32i>, ["localVar"]

View File

@ -899,7 +899,7 @@ void acc_compute_members() {
}
void modifier_list() {
// CHECK: cir.func @modifier_list() {
// CHECK: cir.func{{.*}} @modifier_list() {
int localVar;
// CHECK-NEXT: %[[LOCALVAR:.*]] = cir.alloca !s32i, !cir.ptr<!s32i>, ["localVar"]