aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 21:30:49 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 21:30:49 +0000
commitdd9a08f0ef4c1a8fb08a7d73f3ddb836db26c78d (patch)
tree55fc5125cdacf294d83010bc2efe4b6e6fbc877d
parent50f2b4e8e41789c08b3833363580db9fda64e8b1 (diff)
downloadexternal_llvm-dd9a08f0ef4c1a8fb08a7d73f3ddb836db26c78d.zip
external_llvm-dd9a08f0ef4c1a8fb08a7d73f3ddb836db26c78d.tar.gz
external_llvm-dd9a08f0ef4c1a8fb08a7d73f3ddb836db26c78d.tar.bz2
remove gone method, grr symlinks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98392 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 2a85a29..e89c067 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1626,12 +1626,6 @@ MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const {
Twine(UID) + "_set_" + Twine(MBBID));
}
-/// GetGlobalValueSymbol - Return the MCSymbol for the specified global
-/// value.
-MCSymbol *AsmPrinter::GetGlobalValueSymbol(const GlobalValue *GV) const {
- return Mang->getSymbol(GV);
-}
-
/// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
/// global value name as its base, with the specified suffix, and where the
/// symbol is forced to have private linkage if ForcePrivate is true.