mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 19:32:16 +00:00
Minor jump table cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e1df8d1f7
commit
1f9b48ad87
@ -950,8 +950,8 @@ void ARMAsmPrinter::printJTBlockOperand(const MachineInstr *MI, int OpNum) {
|
||||
|
||||
if (UseSet && isNew) {
|
||||
O << MAI->getSetDirective() << ' '
|
||||
<< *GetARMSetPICJumpTableLabel2(JTI, MO2.getImm(), MBB) << '-'
|
||||
<< *JTISymbol << '\n';
|
||||
<< *GetARMSetPICJumpTableLabel2(JTI, MO2.getImm(), MBB) << ','
|
||||
<< *GetMBBSymbol(MBB->getNumber()) << '-' << *JTISymbol << '\n';
|
||||
}
|
||||
|
||||
O << JTEntryDirective << ' ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user