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:
c53ef58
)
PIC label asm printing cosmetic changes.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 5 Jun 2007 07:36:38 +0000
(07:36 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 5 Jun 2007 07:36:38 +0000
(07:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37434
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAsmPrinter.cpp
b/lib/Target/ARM/ARMAsmPrinter.cpp
index f6bf6e0be8a51158bbc67807bc717bb9485577c2..6357e1ee80679e846aae7728c5bc9faff48d3883 100644
(file)
--- 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: