SIL: remove the now unused atomicity bit in SILNode.h for strong_pin

This commit is contained in:
Erik Eckstein
2018-08-24 11:28:17 -07:00
parent 5183bb7e5a
commit e5b47a28fe

View File

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