mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
NFC: Rename performSILGeneration -> performASTLowering
And also rename the underlying request and descriptor. This rename is motivated by the fact that the operation may instead perform parsing of SIL files and/or deserialization of SIB files.
This commit is contained in:
@@ -1051,7 +1051,7 @@ ASTUnitRef ASTProducer::createASTUnit(
|
||||
if (auto SF = CompIns.getPrimarySourceFile()) {
|
||||
SILOptions SILOpts = Invocation.getSILOptions();
|
||||
auto &TC = CompIns.getSILTypes();
|
||||
std::unique_ptr<SILModule> SILMod = performSILGeneration(*SF, TC, SILOpts);
|
||||
std::unique_ptr<SILModule> SILMod = performASTLowering(*SF, TC, SILOpts);
|
||||
runSILDiagnosticPasses(*SILMod);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user