mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #68792 from atrick/fix-forwarding-operand
Fix ForwardingInstruction::getSingleForwardingOperand
This commit is contained in:
@@ -5711,6 +5711,10 @@ class RefToBridgeObjectInst
|
||||
OwnershipForwardingSingleValueInstruction> {
|
||||
friend SILBuilder;
|
||||
|
||||
public:
|
||||
enum { ConvertedOperand = 0, MaskOperand = 1 };
|
||||
|
||||
private:
|
||||
FixedOperandList<2> Operands;
|
||||
RefToBridgeObjectInst(SILDebugLocation DebugLoc, SILValue ConvertedValue,
|
||||
SILValue MaskValue, SILType BridgeObjectTy,
|
||||
|
||||
Reference in New Issue
Block a user