projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaf120
)
Remove a dead switch statement.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 3 Nov 2008 21:26:52 +0000
(21:26 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 3 Nov 2008 21:26:52 +0000
(21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58644
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index 62bf87b46b2e28cab58ab9ec1a3b1dfa127cca4d..5c6312420c0177de2b52bef3eebe9836b076fd2d 100644
(file)
--- a/
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/
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.