Skip to content

Commit 1124970

Browse files
tbkkapull[bot]
authored andcommitted
Use SWIFT_FALLTHROUGH
1 parent 645e3bb commit 1124970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/RemoteInspection/TypeLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ BitMask RecordTypeInfo::getSpareBits(TypeConverter &TC, bool &hasAddrOnly) const
447447
mask.andMask(zeroPointerSizedMask, 0);
448448
}
449449
// Otherwise, it's the same as an Existential Metatype
450-
DISPATCH_FALLTHROUGH;
450+
SWIFT_FALLTHROUGH;
451451
}
452452
case RecordKind::ExistentialMetatype: {
453453
// All the pointers in an Existential Metatype expose spare bits...

0 commit comments

Comments
 (0)