summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-26 06:42:44 +0000
committerChris Lattner <sabre@nondot.org>2010-01-26 06:42:44 +0000
commit3b131d7cc4dc4bbb329c136705b37dc255995fbd (patch)
tree7eb571a8ace17463b8947c41013c32489e3ec9c1 /include/llvm/CodeGen/AsmPrinter.h
parent589c6f620e8dcf3d59af1ae0e15372c934647c82 (diff)
downloadllvm-3b131d7cc4dc4bbb329c136705b37dc255995fbd.tar.gz
llvm-3b131d7cc4dc4bbb329c136705b37dc255995fbd.tar.bz2
llvm-3b131d7cc4dc4bbb329c136705b37dc255995fbd.tar.xz
Now that printPICJumpTableSetLabel is not overloaded,
inline it into its only caller, allowing us to simplify it and hoist bits out of the loop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 09a5cd89b6..8607281261 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -348,11 +348,6 @@ namespace llvm {
/// printKill - This method prints the specified kill machine instruction.
void printKill(const MachineInstr *MI) const;
- /// printPICJumpTableSetLabel - This method prints a set label for the
- /// specified MachineBasicBlock for a jumptable entry.
- virtual void printPICJumpTableSetLabel(unsigned uid,
- const MachineBasicBlock *MBB) const;
-
/// printVisibility - This prints visibility information about symbol, if
/// this is suported by the target.
void printVisibility(MCSymbol *Sym, unsigned Visibility) const;