Capitalized astGuaranteedToCorrespondToSIL.

This commit is contained in:
David Ungar
2018-01-17 12:17:19 -08:00
parent 9528866762
commit 6196ad7460

View File

@@ -506,7 +506,7 @@ createOptRecordFile(StringRef Filename, DiagnosticEngine &DE) {
struct PostSILGenInputs {
std::unique_ptr<SILModule> TheSILModule;
bool astGuaranteedToCorrespondToSIL;
bool ASTGuaranteedToCorrespondToSIL;
ModuleOrSourceFile ModuleOrPrimarySourceFile;
};
@@ -845,7 +845,7 @@ static bool performCompile(CompilerInstance &Instance,
PSGIs.pop_front();
if (performCompileStepsPostSILGen(Instance, Invocation,
std::move(PSGI.TheSILModule),
PSGI.astGuaranteedToCorrespondToSIL,
PSGI.ASTGuaranteedToCorrespondToSIL,
PSGI.ModuleOrPrimarySourceFile,
moduleIsPublic,
ReturnValue, observer, Stats))