mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] InitAccessors: Reference "self" in assign_or_init instruction
First step on the path to remove dependence on "setter".
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user