From: Chris Lattner Date: Tue, 14 Jul 2009 06:22:15 +0000 (+0000) Subject: remove renamed method. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0eac0164c259fb4a9d824361029f175e3eeede5c remove renamed method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 95ff110c999..0578f8f2b47 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_",