Remove bogus comma

This commit is contained in:
David Ungar
2017-09-07 16:00:13 -07:00
parent 33aa6eb066
commit 7ee32c2e09

View File

@@ -55,7 +55,7 @@ std::string CompilerInvocation::getPCHHash() const {
void CompilerInstance::createSILModule() {
assert(MainModule && "main module not created yet");
// Assume WMO, if a -primary-file option was not provided.
// Assume WMO if a -primary-file option was not provided.
bool WholeModule = !Invocation.getFrontendOptions().PrimaryInput.hasValue();
TheSILModule = SILModule::createEmptyModule(
getMainModule(), Invocation.getSILOptions(), WholeModule);