Skip to content

Commit 9b016cb

Browse files
authored
Merge pull request #36423 from aschwaighofer/fix_i368_hop_to_executor
Fix hop_to_executor.sil on i386 which does not do swifttailcc yet
2 parents 9f740d3 + 564d1d2 commit 9b016cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/async/hop_to_executor.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bb0(%0 : $MyActor):
3939
return %3 : $()
4040
}
4141

42-
// CHECK-LABEL: define internal swifttailcc void @__swift_suspend_point
42+
// CHECK-LABEL: define internal swift{{(tail)?}}cc void @__swift_suspend_point
4343
// CHECK-SAME: (i8* %0, %swift.executor* %1, %swift.task* %2, %swift.executor* %3, %swift.context* [[CTXT:%[^,]+]])
4444
// CHECK: [[RESUME_ADDR:%[0-9]+]] = getelementptr inbounds %swift.task, %swift.task* %2, i32 0, i32 4
4545
// CHECK: store i8* %0, i8** [[RESUME_ADDR]]

0 commit comments

Comments
 (0)