diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-22 13:12:22 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-22 13:12:22 +0000 |
commit | 2d67eac2e6c866e6181d159f5c0e71b6e804f672 (patch) | |
tree | 2ad61c531228db095e750584afd4d77269fe59da | |
parent | bb5174246b5d0dfbd057b3641f5e134fe74ea0f4 (diff) | |
download | external_llvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.zip external_llvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.tar.gz external_llvm-2d67eac2e6c866e6181d159f5c0e71b6e804f672.tar.bz2 |
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164458 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp b/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp index 8879871..b55c7ef 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) |