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:
Jim Grosbach 2010-01-25 23:50:13 +00:00
parent 5e1df8d1f7
commit 1f9b48ad87

View File

@ -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 << ' ';