mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Rename swift_runtime_unreachable to swift_unreachable and make it use LLVM's support when available.
This commit is contained in:
@@ -231,7 +231,7 @@ override_getCanonicalTypeMetadata(const ProtocolConformanceDescriptor *conf) {
|
||||
}
|
||||
}
|
||||
|
||||
swift_runtime_unreachable("Unhandled TypeReferenceKind in switch.");
|
||||
swift_unreachable("Unhandled TypeReferenceKind in switch.");
|
||||
}
|
||||
|
||||
class ConformanceCandidate {
|
||||
|
||||
Reference in New Issue
Block a user