diff options
Diffstat (limited to 'llvm/lib/Target/CSKY/CSKYInstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/CSKY/CSKYInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CSKY/CSKYInstrInfo.td b/llvm/lib/Target/CSKY/CSKYInstrInfo.td index 300ecceae906..8d3835b22bb0 100644 --- a/llvm/lib/Target/CSKY/CSKYInstrInfo.td +++ b/llvm/lib/Target/CSKY/CSKYInstrInfo.td @@ -153,7 +153,7 @@ def CSKYSymbol : AsmOperandClass { let ParserMethod = "parseCSKYSymbol"; } -def br_symbol : Operand<iPTR> { +def br_symbol : Operand<OtherVT> { let EncoderMethod = "getBranchSymbolOpValue<CSKY::fixup_csky_pcrel_imm16_scale2>"; let ParserMatchClass = CSKYSymbol; |
