mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: remove the now unused atomicity bit in SILNode.h for strong_pin
This commit is contained in:
@@ -221,9 +221,6 @@ protected:
|
||||
SWIFT_INLINE_BITFIELD(RefCountingInst, NonValueInstruction, 1,
|
||||
atomicity : 1
|
||||
);
|
||||
SWIFT_INLINE_BITFIELD(StrongPinInst, SingleValueInstruction, 1,
|
||||
atomicity : 1
|
||||
);
|
||||
|
||||
// Ensure that BindMemoryInst bitfield does not overflow.
|
||||
IBWTO_BITFIELD_EMPTY(BindMemoryInst, NonValueInstruction);
|
||||
|
||||
Reference in New Issue
Block a user