PIC label asm printing cosmetic changes.

llvm-svn: 37434
This commit is contained in:
Evan Cheng 2007-06-05 07:36:38 +00:00
parent 2c1acd6d9e
commit 252695f0f6
1 changed files with 9 additions and 0 deletions

View File

@ -753,6 +753,15 @@ void ARMAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
switch (Opc) {
case ARM::PICADD:
case ARM::PICLD:
case ARM::PICLDZH:
case ARM::PICLDZB:
case ARM::PICLDH:
case ARM::PICLDB:
case ARM::PICLDSH:
case ARM::PICLDSB:
case ARM::PICSTR:
case ARM::PICSTRH:
case ARM::PICSTRB:
case ARM::tPICADD:
break;
default: