diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-12 21:30:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 21:30:49 +0000 |
commit | 5ea039ad5caee40b73f311d580595ab431f0acfc (patch) | |
tree | 873dbcc009a333793a759f0689dd5732a355470c /llvm/lib/CodeGen/AsmPrinter | |
parent | 013f794dc0d7a55912fba49c3a6cf8b121f9b2d3 (diff) | |
download | bcm5719-llvm-5ea039ad5caee40b73f311d580595ab431f0acfc.tar.gz bcm5719-llvm-5ea039ad5caee40b73f311d580595ab431f0acfc.zip |
remove gone method, grr symlinks.
llvm-svn: 98392
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 2a85a29da61..e89c067c2a4 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/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. |