mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
remove renamed method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5dc72d2c9f
commit
0eac0164c2
@ -90,10 +90,6 @@ public:
|
|||||||
std::string getMangledName(const GlobalValue *V, const char *Suffix = "",
|
std::string getMangledName(const GlobalValue *V, const char *Suffix = "",
|
||||||
bool ForcePrivate = false);
|
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
|
/// makeNameProper - We don't want identifier names with ., space, or
|
||||||
/// - in them, so we mangle these characters into the strings "d_",
|
/// - in them, so we mangle these characters into the strings "d_",
|
||||||
/// "s_", and "D_", respectively. This is a very simple mangling that
|
/// "s_", and "D_", respectively. This is a very simple mangling that
|
||||||
|
Loading…
Reference in New Issue
Block a user