mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
Tabs --> spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10cbaab7b7
commit
fd9085dca3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user