aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 22:37:11 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 22:37:11 +0000
commit4fd0ea01660d7e447f072a1032abf0d7537821bf (patch)
tree74166ede2e1c551ba54d89102998b5737154330e /lib/Target/X86/X86ISelLowering.h
parent6135a96792ca05f6366e5dbaee6208e84589c47f (diff)
downloadexternal_llvm-4fd0ea01660d7e447f072a1032abf0d7537821bf.zip
external_llvm-4fd0ea01660d7e447f072a1032abf0d7537821bf.tar.gz
external_llvm-4fd0ea01660d7e447f072a1032abf0d7537821bf.tar.bz2
simplify getPICBaseSymbol a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index bc79719..b6a2553 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -431,7 +431,7 @@ namespace llvm {
explicit X86TargetLowering(X86TargetMachine &TM);
/// getPICBaseSymbol - Return the X86-32 PIC base.
- MCSymbol *getPICBaseSymbol(const MachineFunction *MF, MCContext &Ctx) const;
+ MCSymbol *getPICBaseSymbol(const MachineFunction &MF) const;
virtual unsigned getJumpTableEncoding() const;