mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename OwnershipForwardingMixin -> ForwardingInstruction
This commit is contained in:
@@ -4273,7 +4273,7 @@ bool SILParser::parseSpecificSILInstruction(SILBuilder &B,
|
||||
return true;
|
||||
|
||||
ValueOwnershipKind forwardingOwnership = Val->getOwnershipKind();
|
||||
if (OwnershipForwardingMixin::isa(Opcode)) {
|
||||
if (ForwardingInstruction::isa(Opcode)) {
|
||||
if (parseForwardingOwnershipKind(forwardingOwnership))
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user