diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-03 22:03:20 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-03 22:03:20 +0000 |
commit | 49b0c45ecfe85c00ef4270332e1c5da7c76661d9 (patch) | |
tree | c9b2b0217677236f5f2661f1df2ae2f948bd0c78 | |
parent | fb53d5069d36073c505a47fd42d02a8fd7202199 (diff) | |
download | bcm5719-llvm-49b0c45ecfe85c00ef4270332e1c5da7c76661d9.tar.gz bcm5719-llvm-49b0c45ecfe85c00ef4270332e1c5da7c76661d9.zip |
trailing whitespace
llvm-svn: 118199
-rw-r--r-- | llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp index 62ec8bf5cf0..a1925b79ff9 100644 --- a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp +++ b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp @@ -255,7 +255,7 @@ unsigned ARMMCCodeEmitter::getSORegOpValue(const MCInst &MI, // Sub-operands are [reg, reg, imm]. The first register is Rm, the reg to be // shifted. The second is either Rs, the amount to shift by, or reg0 in which // case the imm contains the amount to shift by. - // + // // {3-0} = Rm. // {4} = 1 if reg shift, 0 if imm shift // {6-5} = type @@ -349,7 +349,7 @@ unsigned ARMMCCodeEmitter::getAddrMode6AddressOpValue(const MCInst &MI, unsigned Op) const { const MCOperand &Reg = MI.getOperand(Op); const MCOperand &Imm = MI.getOperand(Op + 1); - + unsigned RegNo = getARMRegisterNumbering(Reg.getReg()); unsigned Align = 0; |