Tabs --> spaces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-08-10 17:38:05 +00:00
parent 10cbaab7b7
commit fd9085dca3

View File

@ -344,7 +344,7 @@ def bl_target : Operand<i32> {
// Encoded the same as branch targets. // Encoded the same as branch targets.
let EncoderMethod = "getARMBranchTargetOpValue"; let EncoderMethod = "getARMBranchTargetOpValue";
let OperandType = "OPERAND_PCREL"; 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 EncoderMethod = "getSOImmOpValue";
let ParserMatchClass = SOImmAsmOperand; let ParserMatchClass = SOImmAsmOperand;
let DecoderMethod = "DecodeSOImmOperand"; let DecoderMethod = "DecodeSOImmOperand";
} }
// Break so_imm's up into two pieces. This handles immediates with up to 16 // Break so_imm's up into two pieces. This handles immediates with up to 16