summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 21:19:23 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 21:19:23 +0000
commitd62f1b4168d4327c119642d28c26c836ae6717ab (patch)
treeb4a88870cf7567e31729390addd8f4df27428ff6 /include/llvm/CodeGen/AsmPrinter.h
parentdeb0cba1bad5a46bbecb75666e415c3dee9c89eb (diff)
downloadllvm-d62f1b4168d4327c119642d28c26c836ae6717ab.tar.gz
llvm-d62f1b4168d4327c119642d28c26c836ae6717ab.tar.bz2
llvm-d62f1b4168d4327c119642d28c26c836ae6717ab.tar.xz
inline GetGlobalValueSymbol into the rest its callers and
remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 0fc7f6093a..47b7c51e2d 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -314,10 +314,6 @@ namespace llvm {
/// debug tables.
void printDeclare(const MachineInstr *MI) const;
- /// GetGlobalValueSymbol - Return the MCSymbol for the specified global
- /// value.
- MCSymbol *GetGlobalValueSymbol(const GlobalValue *GV) const;
-
/// 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.