mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #15046 from aschwaighofer/without_actually_escaping_verification
Implement withoutActuallyEscaping verification
This commit is contained in:
@@ -1795,6 +1795,9 @@ public:
|
||||
void visitIsUniqueOrPinnedInst(IsUniqueOrPinnedInst *CUI) {
|
||||
*this << getIDAndType(CUI->getOperand());
|
||||
}
|
||||
void visitIsEscapingClosureInst(IsEscapingClosureInst *CUI) {
|
||||
*this << getIDAndType(CUI->getOperand());
|
||||
}
|
||||
void visitDeallocStackInst(DeallocStackInst *DI) {
|
||||
*this << getIDAndType(DI->getOperand());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user