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 | 1531e5cd2b495663feb65ca2dfc2d23a7d5b6a5e (patch) | |
| tree | d96749e5a31960863019a82be24cdfcf36e249de /llvm/lib/Target | |
| parent | 5d69f63bbb5d0c6e9e99481f60db593b20afcc9a (diff) | |
| download | bcm5719-llvm-1531e5cd2b495663feb65ca2dfc2d23a7d5b6a5e.tar.gz bcm5719-llvm-1531e5cd2b495663feb65ca2dfc2d23a7d5b6a5e.zip | |
Tabs --> spaces.
llvm-svn: 137225
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index 0489bc95584..678ac2a44fa 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/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 |

