aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-13 18:50:22 +0000
committerChris Lattner <sabre@nondot.org>2009-09-13 18:50:22 +0000
commit2055bb31a5adba60719871bd4b1ec3bd45cb1f97 (patch)
tree56ff9e9ab633aab0fe780fd0055b8c3f838d5d27
parent4c66f729c952552157bc0cf29f9c2e2c545fba44 (diff)
delete the fixme too! :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81689 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/AsmPrinter/X86MCInstLower.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp b/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
index 217eeac137..e7e3dfe6e0 100644
--- a/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
+++ b/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
@@ -31,8 +31,6 @@ const X86Subtarget &X86MCInstLower::getSubtarget() const {
MCSymbol *X86MCInstLower::GetPICBaseSymbol() const {
- // FIXME: the actual label generated doesn't matter here! Just mangle in
- // something unique (the function number) with Private prefix.
SmallString<60> Name;
raw_svector_ostream(Name) << AsmPrinter.MAI->getPrivateGlobalPrefix()
<< AsmPrinter.getFunctionNumber() << "$pb";