diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:22:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:22:15 +0000 |
commit | 62d27af3c1c0a043eb29405ac90eb8496fbbd6dc (patch) | |
tree | c583b9adea94f0192d5fb418714d4d75baf8759c /include | |
parent | d045bb4d1884b06db3d5421872eca83ac09e2ca5 (diff) | |
download | external_llvm-62d27af3c1c0a043eb29405ac90eb8496fbbd6dc.zip external_llvm-62d27af3c1c0a043eb29405ac90eb8496fbbd6dc.tar.gz external_llvm-62d27af3c1c0a043eb29405ac90eb8496fbbd6dc.tar.bz2 |
remove renamed method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/Mangler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 95ff110..0578f8f 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -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_", |