Skip to content

Commit 2c469e8

Browse files
committed
Unbreak the test
1 parent 31b5180 commit 2c469e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/partial_apply_coro.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ bb0(%a : $SwiftClass, %b : $*T, %c : $Int):
13811381
// CHECK: store ptr %[[ARGTY]], ptr %[[PA_CTX]]
13821382
// CHECK: %[[PA_CTX_ARG:.*]] = getelementptr inbounds i8, ptr %[[PA_BOX_ALLOC]], i64 %[[ARGTY_ALIGN4]]
13831383
// CHECK: %[[INIT_PTR:.*]] = getelementptr inbounds ptr, ptr %[[ARGTY_VW]], i32 4
1384-
// CHECK: %[[INIT:.*]] = load ptr, ptr %[[INIT_PTR]], align 8, !invariant.load !7
1384+
// CHECK: %[[INIT:.*]] = load ptr, ptr %[[INIT_PTR]]
13851385
// CHECK: call ptr %[[INIT]](ptr noalias %[[PA_CTX_ARG]], ptr noalias %[[ARG]], ptr %[[ARGTY]])
13861386
// CHECK: %[[RET:.*]] = insertvalue { ptr, ptr } { ptr @"$s28captured_dependent_out_paramTA", ptr undef }, ptr %[[PA_BOX_ALLOC]], 1
13871387
// CHECK: ret { ptr, ptr } %[[RET]]

0 commit comments

Comments
 (0)