[SIL] Added unowned_copy_value.

This commit is contained in:
Nate Chandler
2023-08-03 06:33:21 -07:00
parent 0cb3ce5f3c
commit f938287710
21 changed files with 172 additions and 6 deletions

View File

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