Skip to content

Commit 59bafdb

Browse files
committed
fixup! [RISCV][NFCI] Rationalize Immediate Definitions
1 parent 878c342 commit 59bafdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,6 @@ def simm13_lsb0 : Operand<OtherVT> {
277277
let OperandType = "OPERAND_PCREL";
278278
}
279279

280-
class UImm20Operand : RISCVOp {
281-
let EncoderMethod = "getImmOpValue";
282-
let DecoderMethod = "decodeUImmOperand<20>";
283-
let OperandType = "OPERAND_UIMM20";
284-
}
285-
286280
class UImm20OperandMaybeSym : RISCVUImmOp<20> {
287281
let MCOperandPredicate = [{
288282
int64_t Imm;

0 commit comments

Comments
 (0)