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:
3592080
)
Print predicate of the second instruction of the two-piece constant MI.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 5 Jun 2007 18:55:18 +0000
(18:55 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 5 Jun 2007 18:55:18 +0000
(18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37437
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 6357e1ee80679e846aae7728c5bc9faff48d3883..698ce4b07a1a7a04c754e3a6e2021c9e3b0a3f73 100644
(file)
--- a/
lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/
lib/Target/ARM/ARMAsmPrinter.cpp
@@
-361,7
+361,9
@@
void ARMAsmPrinter::printSOImm2PartOperand(const MachineInstr *MI, int OpNum) {
unsigned V1 = ARM_AM::getSOImmTwoPartFirst(MO.getImmedValue());
unsigned V2 = ARM_AM::getSOImmTwoPartSecond(MO.getImmedValue());
printSOImm(O, ARM_AM::getSOImmVal(V1), TAI);
- O << "\n\torr ";
+ O << "\n\torr";
+ printPredicateOperand(MI, 2);
+ O << " ";
printOperand(MI, 0);
O << ", ";
printOperand(MI, 0);