mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: bridge Function.isDeinitBarrier back from Swift to C++ SIL
This API already existed in Swift, but not in the C++ SIL.
This commit is contained in:
@@ -1218,6 +1218,8 @@ public:
|
||||
// Used by the MemoryLifetimeVerifier
|
||||
bool argumentMayRead(Operand *argOp, SILValue addr);
|
||||
|
||||
bool isDeinitBarrier();
|
||||
|
||||
Purpose getSpecialPurpose() const { return specialPurpose; }
|
||||
|
||||
/// Get this function's global_init attribute.
|
||||
|
||||
Reference in New Issue
Block a user