SIL: Remove unnecessary performSILLinking() calls from immediate mode and REPL

This commit is contained in:
Slava Pestov
2018-04-06 16:48:58 -07:00
parent 653ce6162e
commit cc586594d1
5 changed files with 4 additions and 12 deletions

View File

@@ -59,8 +59,7 @@ namespace swift {
/// serialized modules.
///
/// \param M the SILModule on which to operate
/// \param LinkAll when true, always link. For testing purposes.
void performSILLinking(SILModule *M, bool LinkAll = false);
void performSILLinking(SILModule *M);
/// \brief Convert SIL to a lowered form suitable for IRGen.
void runSILLoweringPasses(SILModule &M);