summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-13 21:04:28 +0000
committerChris Lattner <sabre@nondot.org>2010-03-13 21:04:28 +0000
commit29bdac4928c417f25670e462ca55ffbd68a4f11b (patch)
treee1f3ca10a53c43e051822721257cb3da168cf7e8 /llvm/lib/Target/X86/X86ISelLowering.cpp
parente468f88b26f55e3f42a4870c2756c0184e8a4eb4 (diff)
downloadbcm5719-llvm-29bdac4928c417f25670e462ca55ffbd68a4f11b.tar.gz
bcm5719-llvm-29bdac4928c417f25670e462ca55ffbd68a4f11b.zip
eliminate the now-unneeded context argument of MBB::getSymbol()
llvm-svn: 98451
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index abc5d9bc1d5..669c4b1afaf 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -1165,7 +1165,7 @@ X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
Subtarget->isPICStyleGOT());
// In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
// entries.
- return X86MCTargetExpr::Create(MBB->getSymbol(Ctx),
+ return X86MCTargetExpr::Create(MBB->getSymbol(),
X86MCTargetExpr::GOTOFF, Ctx);
}
OpenPOWER on IntegriCloud