Rename OwnershipForwardingMixin -> ForwardingInstruction

This commit is contained in:
Meghana Gupta
2023-06-12 13:25:36 -07:00
parent 2b8a39724c
commit 7cb3733e29
16 changed files with 72 additions and 75 deletions

View File

@@ -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;
}