[llvm-commits] [llvm] r75620 - /llvm/trunk/include/llvm/Support/Mangler.h
Chris Lattner
sabre at nondot.org
Mon Jul 13 23:22:15 PDT 2009
Author: lattner
Date: Tue Jul 14 01:22:15 2009
New Revision: 75620
URL: http://llvm.org/viewvc/llvm-project?rev=75620&view=rev
Log:
remove renamed method.
Modified:
llvm/trunk/include/llvm/Support/Mangler.h
Modified: llvm/trunk/include/llvm/Support/Mangler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Mangler.h?rev=75620&r1=75619&r2=75620&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Mangler.h (original)
+++ llvm/trunk/include/llvm/Support/Mangler.h Tue Jul 14 01:22:15 2009
@@ -89,10 +89,6 @@
///
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_",
More information about the llvm-commits
mailing list