mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
Remove a dead switch statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afaf12036d
commit
49987360ad
@ -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
Block a user