mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Print predicate of the second instruction of the two-piece constant MI.
llvm-svn: 37437
This commit is contained in:
parent
25a0068940
commit
886c1f49ca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user