rename namespace NewMangling -> Mangle

This commit is contained in:
Erik Eckstein
2017-03-20 10:09:30 -07:00
parent d329bb7a2e
commit d70bfc5de2
38 changed files with 68 additions and 68 deletions

View File

@@ -979,7 +979,7 @@ int swift::performFrontend(ArrayRef<const char *> Args,
performCompile(Instance, Invocation, Args, ReturnValue, observer);
if (!HadError) {
NewMangling::printManglingStats();
Mangle::printManglingStats();
}
if (!HadError && !Invocation.getFrontendOptions().DumpAPIPath.empty()) {