mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
remove renamed method.
llvm-svn: 75620
This commit is contained in:
parent
b6fc9c6c54
commit
492f8619a2
@ -89,10 +89,6 @@ public:
|
||||
///
|
||||
std::string getMangledName(const GlobalValue *V, const char *Suffix = "",
|
||||
bool ForcePrivate = false);
|
||||
|
||||
std::string getValueName(const GlobalValue *V, const char *Suffix = "") {
|
||||
return getMangledName(V, Suffix);
|
||||
}
|
||||
|
||||
/// makeNameProper - We don't want identifier names with ., space, or
|
||||
/// - in them, so we mangle these characters into the strings "d_",
|
||||
|
Loading…
x
Reference in New Issue
Block a user