mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
unbreak x86 jump tables with my previous patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10b318bcb3
commit
950558aa23
@ -465,7 +465,7 @@ void X86AsmPrinter::printPICJumpTableSetLabel(unsigned uid,
|
||||
O << MAI->getSetDirective() << ' ' << MAI->getPrivateGlobalPrefix()
|
||||
<< getFunctionNumber() << '_' << uid << "_set_" << MBB->getNumber() << ',';
|
||||
|
||||
O << GetMBBSymbol(MBB->getNumber());
|
||||
O << *GetMBBSymbol(MBB->getNumber());
|
||||
|
||||
if (Subtarget->isPICStyleRIPRel())
|
||||
O << '-' << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
|
||||
|
Loading…
Reference in New Issue
Block a user