From 0250ddee043e93a3c7203c593ff169b1865cd8d5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Jul 2009 23:47:27 +0000 Subject: remove mangler support for mangling local names. Mangler should only be used with globals. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75557 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Mangler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/Support/Mangler.h') diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 8f672bd..1de1905 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -89,7 +89,6 @@ public: /// in the current module. /// std::string getValueName(const GlobalValue *V, const char *Suffix = ""); - std::string getValueName(const Value *V); /// makeNameProper - We don't want identifier names with ., space, or /// - in them, so we mangle these characters into the strings "d_", -- cgit v1.1