mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Eliminate yet more SubstitutionLists from SIL in search of a steady-state
This commit is contained in:
@@ -1083,7 +1083,7 @@ public:
|
||||
template <class Inst>
|
||||
void visitApplyInstBase(Inst *AI) {
|
||||
*this << Ctx.getID(AI->getCallee());
|
||||
printSubstitutions(AI->getSubstitutions());
|
||||
printSubstitutions(AI->getSubstitutionMap());
|
||||
*this << '(';
|
||||
interleave(AI->getArguments(),
|
||||
[&](const SILValue &arg) { *this << Ctx.getID(arg); },
|
||||
|
||||
Reference in New Issue
Block a user