forked from OSchip/llvm-project
parent
3620e685b5
commit
f60e5aaaac
|
@ -775,23 +775,6 @@ void ARMAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
|
|||
default: {
|
||||
if (InCPMode && AFI->isThumbFunction())
|
||||
InCPMode = false;
|
||||
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:
|
||||
break;
|
||||
}
|
||||
}}
|
||||
|
||||
// Call the autogenerated instruction printer routines.
|
||||
|
|
Loading…
Reference in New Issue