Skip to content

Commit 6196ad7

Browse files
author
David Ungar
committed
Capitalized astGuaranteedToCorrespondToSIL.
1 parent 9528866 commit 6196ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/FrontendTool/FrontendTool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ createOptRecordFile(StringRef Filename, DiagnosticEngine &DE) {
506506

507507
struct PostSILGenInputs {
508508
std::unique_ptr<SILModule> TheSILModule;
509-
bool astGuaranteedToCorrespondToSIL;
509+
bool ASTGuaranteedToCorrespondToSIL;
510510
ModuleOrSourceFile ModuleOrPrimarySourceFile;
511511
};
512512

@@ -845,7 +845,7 @@ static bool performCompile(CompilerInstance &Instance,
845845
PSGIs.pop_front();
846846
if (performCompileStepsPostSILGen(Instance, Invocation,
847847
std::move(PSGI.TheSILModule),
848-
PSGI.astGuaranteedToCorrespondToSIL,
848+
PSGI.ASTGuaranteedToCorrespondToSIL,
849849
PSGI.ModuleOrPrimarySourceFile,
850850
moduleIsPublic,
851851
ReturnValue, observer, Stats))

0 commit comments

Comments
 (0)