aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-06-05 07:36:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-06-05 07:36:38 +0000
commit341dcccb4e1f190f4aee12e92c2b7c2cb68c520d (patch)
treeeab186776441c7ea1f239ea4cf7651d7c39fffb5
parentc53ef58a3549131e5307f10417406e8fd8aea6d4 (diff)
PIC label asm printing cosmetic changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37434 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMAsmPrinter.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp
index f6bf6e0be8..6357e1ee80 100644
--- a/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -753,6 +753,15 @@ void ARMAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
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: