mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[builtin] Remove "unsafeGuaranteed" and related code since Unmanaged now has an Ownership SSA based implementation that works completely in SILGen.
This isn't used in the stdlib anymore as well.
This commit is contained in:
@@ -2484,8 +2484,6 @@ static void visitBuiltinAddress(BuiltinInst *builtin,
|
||||
case BuiltinValueKind::Unreachable:
|
||||
case BuiltinValueKind::CondUnreachable:
|
||||
case BuiltinValueKind::DestroyArray:
|
||||
case BuiltinValueKind::UnsafeGuaranteed:
|
||||
case BuiltinValueKind::UnsafeGuaranteedEnd:
|
||||
case BuiltinValueKind::Swift3ImplicitObjCEntrypoint:
|
||||
case BuiltinValueKind::PoundAssert:
|
||||
case BuiltinValueKind::IntInstrprofIncrement:
|
||||
|
||||
Reference in New Issue
Block a user