mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove name mutators for SILFunction and SILGlobalVariable.
Swift SVN r11963
This commit is contained in:
@@ -124,12 +124,7 @@ public:
|
||||
}
|
||||
|
||||
StringRef getName() const { return Name; }
|
||||
void setName(StringRef N) {
|
||||
Name = N;
|
||||
}
|
||||
|
||||
std::string &getMutableName() { return Name; }
|
||||
|
||||
/// True if this is a declaration of a function defined in another module.
|
||||
bool isExternalDeclaration() const { return BlockList.empty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user