summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.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/X86ISelLowering.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/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index b6a255332ad..776299e9301 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -430,9 +430,6 @@ namespace llvm {
public:
explicit X86TargetLowering(X86TargetMachine &TM);
- /// getPICBaseSymbol - Return the X86-32 PIC base.
- MCSymbol *getPICBaseSymbol(const MachineFunction &MF) const;
-
virtual unsigned getJumpTableEncoding() const;
virtual const MCExpr *
OpenPOWER on IntegriCloud