SIL: Remove curried SILDeclRefs

This commit is contained in:
Slava Pestov
2019-12-12 03:20:52 -05:00
parent dbe0cfa561
commit 9ec80df97e
474 changed files with 3959 additions and 4188 deletions

View File

@@ -1228,7 +1228,7 @@ static bool CSExistentialInstructions(SILFunctionArgument *Arg,
/// witness_method):
///
/// open_existential_addr %0 : $*Pingable to $*@opened("1E467EB8-...")
/// witness_method $@opened("1E467EB8-...") Pingable, #Pingable.ping!1, %2
/// witness_method $@opened("1E467EB8-...") Pingable, #Pingable.ping, %2
/// apply %3<@opened("1E467EB8-...") Pingable>(%2)
///
/// \returns True if some instructions were modified.