summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCInstLower.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 22:48:15 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 22:48:15 +0000
commit7077efe894cd456e57763f05ffb51e544a2a147e (patch)
treec2b9cbf4ea27d7578fc91f2df5bebbb6fb90cceb /llvm/lib/Target/X86/X86MCInstLower.h
parent239f9a35edfeca699e35112938b23c555065dbfd (diff)
downloadbcm5719-llvm-7077efe894cd456e57763f05ffb51e544a2a147e.tar.gz
bcm5719-llvm-7077efe894cd456e57763f05ffb51e544a2a147e.zip
move the pic base symbol stuff up to MachineFunction
since it is trivial and will be shared between ppc and x86. This substantially simplifies the X86 backend also. llvm-svn: 119089
Diffstat (limited to 'llvm/lib/Target/X86/X86MCInstLower.h')
-rw-r--r--llvm/lib/Target/X86/X86MCInstLower.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86MCInstLower.h b/llvm/lib/Target/X86/X86MCInstLower.h
index 539b09be6fd..02100723912 100644
--- a/llvm/lib/Target/X86/X86MCInstLower.h
+++ b/llvm/lib/Target/X86/X86MCInstLower.h
@@ -40,8 +40,6 @@ public:
void Lower(const MachineInstr *MI, MCInst &OutMI) const;
- MCSymbol *GetPICBaseSymbol() const;
-
MCSymbol *GetSymbolFromOperand(const MachineOperand &MO) const;
MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
OpenPOWER on IntegriCloud