summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/InstPrinter
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-22 13:12:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-22 13:12:22 +0000
commit2d67eac2e6c866e6181d159f5c0e71b6e804f672 (patch)
tree2ad61c531228db095e750584afd4d77269fe59da /lib/Target/ARM/InstPrinter
parentbb5174246b5d0dfbd057b3641f5e134fe74ea0f4 (diff)
downloadllvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.tar.gz
llvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.tar.bz2
llvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.tar.xz
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter')
-rw-r--r--lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp b/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
index 88798716cd..b55c7efde3 100644
--- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
+++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
@@ -429,10 +429,10 @@ void ARMInstPrinter::printAM3PreOrOffsetIndexOp(const MCInst *MI, unsigned Op,
return;
}
- //If the op is sub we have to print the immediate even if it is 0
+ //If the op is sub we have to print the immediate even if it is 0
unsigned ImmOffs = ARM_AM::getAM3Offset(MO3.getImm());
ARM_AM::AddrOpc op = ARM_AM::getAM3Op(MO3.getImm());
-
+
if (ImmOffs || (op == ARM_AM::sub))
O << ", #"
<< ARM_AM::getAddrOpcStr(op)