[mips][mips64r6] Add R_MIPS_PC19_S2
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.td
index 1a7eb8acebe730fc25dfc7af5a508a7da2f8a0c1..e8974b4d3953b770b71aa1a9f18d23413df71040 100644 (file)
@@ -343,6 +343,7 @@ def simm16      : Operand<i32> {
 def simm19_lsl2 : Operand<i32> {
   let EncoderMethod = "getSimm19Lsl2Encoding";
   let DecoderMethod = "DecodeSimm19Lsl2";
+  let ParserMatchClass = MipsJumpTargetAsmOperand;
 }
 
 def simm18_lsl3 : Operand<i32> {