mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -5238,6 +5238,7 @@ static uint8_t getRawStableSILCoroutineKind(
|
||||
switch (kind) {
|
||||
SIMPLE_CASE(SILCoroutineKind, None)
|
||||
SIMPLE_CASE(SILCoroutineKind, YieldOnce)
|
||||
SIMPLE_CASE(SILCoroutineKind, YieldOnce2)
|
||||
SIMPLE_CASE(SILCoroutineKind, YieldMany)
|
||||
}
|
||||
llvm_unreachable("bad kind");
|
||||
|
||||
Reference in New Issue
Block a user