summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-03 21:26:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-03 21:26:52 +0000
commitf60e5aaaace73d2257bf5ae76faeadc46f183ead (patch)
tree081b816632286debfeec9bb0e3b6d2f54d55b3b8 /llvm/lib
parent3620e685b57ced1b0d007b01ff52b585f6148025 (diff)
downloadbcm5719-llvm-f60e5aaaace73d2257bf5ae76faeadc46f183ead.tar.gz
bcm5719-llvm-f60e5aaaace73d2257bf5ae76faeadc46f183ead.zip
Remove a dead switch statement.
llvm-svn: 58644
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index 62bf87b46b2..5c6312420c0 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -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.
OpenPOWER on IntegriCloud