Skip to content

Commit d729931

Browse files
committed
Fix test/IRGen/typed_throws.sil on arm64e
1 parent 9482b0c commit d729931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/typed_throws.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ bb6:
439439
// CHECK: define{{.*}} swifttailcc void @apply_closure_generic_async(ptr swiftasync %0, ptr %1, ptr %2, ptr %T, ptr %V)
440440
// CHECK: [[RES:%.*]] = call swiftcc ptr @swift_task_alloc
441441
// CHECK: [[ERR:%.*]] = call swiftcc ptr @swift_task_alloc
442-
// CHECK: call { ptr, ptr } (i32, ptr, ptr, ...) @llvm.coro.suspend.async.sl_p0p0s(i32 256, ptr {{.*}}, ptr @__swift_async_resume_project_context, ptr @apply_closure_generic_async.0, ptr {{%[0-9]+}}, ptr [[RES]], ptr {{%[0-9]+}}, ptr %2, ptr [[ERR]])
442+
// CHECK: call { ptr, ptr } (i32, ptr, ptr, ...) @llvm.coro.suspend.async.sl_p0p0s(i32 256, ptr {{.*}}, ptr @__swift_async_resume_project_context, ptr @apply_closure_generic_async.0, ptr {{%[0-9]+}},{{( i64 [0-9]+,)?}} ptr [[RES]], ptr {{%[0-9]+}}, ptr %2, ptr [[ERR]])
443443

444444
sil @apply_closure_generic_async : $@convention(thin) @async <T, V> (@guaranteed @callee_guaranteed @async () ->(@out T, @error_indirect V)) -> () {
445445
entry(%0 : $@callee_guaranteed @async () -> (@out T, @error_indirect V)):

0 commit comments

Comments
 (0)