diff options
author | Owen Anderson <resistor@mac.com> | 2011-08-10 17:38:05 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-08-10 17:38:05 +0000 |
commit | fd9085dca374f9f67a5c416be8056eb5bb4cb831 (patch) | |
tree | f01afea9c47888aa1756692f5c527f43a37116b7 | |
parent | 10cbaab7b774e187c99790292dc1ed64dee2b0f3 (diff) |
Tabs --> spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137225 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 0489bc9558..678ac2a44f 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -344,7 +344,7 @@ def bl_target : Operand<i32> { // Encoded the same as branch targets. let EncoderMethod = "getARMBranchTargetOpValue"; let OperandType = "OPERAND_PCREL"; - let DecoderMethod = "DecodeBLTargetOperand"; + let DecoderMethod = "DecodeBLTargetOperand"; } @@ -482,7 +482,7 @@ def so_imm : Operand<i32>, ImmLeaf<i32, [{ }]> { let EncoderMethod = "getSOImmOpValue"; let ParserMatchClass = SOImmAsmOperand; - let DecoderMethod = "DecodeSOImmOperand"; + let DecoderMethod = "DecodeSOImmOperand"; } // Break so_imm's up into two pieces. This handles immediates with up to 16 |