mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Added unowned_copy_value.
This commit is contained in:
@@ -2141,6 +2141,10 @@ public:
|
||||
*this << getIDAndType(I->getOperand());
|
||||
}
|
||||
|
||||
void visitUnownedCopyValueInst(UnownedCopyValueInst *I) {
|
||||
*this << getIDAndType(I->getOperand());
|
||||
}
|
||||
|
||||
void visitWeakCopyValueInst(WeakCopyValueInst *I) {
|
||||
*this << getIDAndType(I->getOperand());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user