[SIL] InitAccessors: Reference "self" in assign_or_init instruction

First step on the path to remove dependence on "setter".
This commit is contained in:
Pavel Yaskevich
2023-06-26 16:03:29 -07:00
parent 50d2f4d3ed
commit 3063e9d778
11 changed files with 76 additions and 74 deletions

View File

@@ -1802,7 +1802,8 @@ public:
}
}
*this << getIDAndType(AI->getSrc());
*this << "self " << getIDAndType(AI->getSelf());
*this << ", value " << getIDAndType(AI->getSrc());
*this << ", init " << getIDAndType(AI->getInitializer())
<< ", set " << getIDAndType(AI->getSetter());
}