mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Rename SILFunction::getMangledName to SILFunction::getName.
Swift SVN r6430
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace swift;
|
||||
|
||||
SILFunction::SILFunction(SILModule &Module, SILLinkage Linkage,
|
||||
StringRef Name, SILType LoweredType)
|
||||
: ModuleAndLinkage(&Module, Linkage), MangledName(Name),
|
||||
: ModuleAndLinkage(&Module, Linkage), Name(Name),
|
||||
LoweredType(LoweredType), DebugScope(nullptr) {
|
||||
Module.functions.push_back(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user