Skip to content

Commit 0ac2f2a

Browse files
committed
Whitespace.
llvm-svn: 164458
1 parent 2fdbdc5 commit 0ac2f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ void ARMInstPrinter::printAM3PreOrOffsetIndexOp(const MCInst *MI, unsigned Op,
429429
return;
430430
}
431431

432-
//If the op is sub we have to print the immediate even if it is 0
432+
//If the op is sub we have to print the immediate even if it is 0
433433
unsigned ImmOffs = ARM_AM::getAM3Offset(MO3.getImm());
434434
ARM_AM::AddrOpc op = ARM_AM::getAM3Op(MO3.getImm());
435-
435+
436436
if (ImmOffs || (op == ARM_AM::sub))
437437
O << ", #"
438438
<< ARM_AM::getAddrOpcStr(op)

0 commit comments

Comments
 (0)