mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
PIC label asm printing cosmetic changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c53ef58a35
commit
341dcccb4e
@ -753,6 +753,15 @@ void ARMAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
|
|||||||
switch (Opc) {
|
switch (Opc) {
|
||||||
case ARM::PICADD:
|
case ARM::PICADD:
|
||||||
case ARM::PICLD:
|
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:
|
case ARM::tPICADD:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user