Remove a dead switch statement.

llvm-svn: 58644
This commit is contained in:
Evan Cheng 2008-11-03 21:26:52 +00:00
parent 3620e685b5
commit f60e5aaaac
1 changed files with 0 additions and 17 deletions

View File

@ -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.