Skip to content

Commit c081fb0

Browse files
authored
[RISCV] Removed unused OPERAND_SIMM8. NFC (llvm#166215)
1 parent ccc4732 commit c081fb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ enum OperandType : unsigned {
407407
OPERAND_SIMM5_PLUS1,
408408
OPERAND_SIMM6,
409409
OPERAND_SIMM6_NONZERO,
410-
OPERAND_SIMM8,
411410
OPERAND_SIMM8_UNSIGNED,
412411
OPERAND_SIMM10,
413412
OPERAND_SIMM10_LSB0000_NONZERO,

0 commit comments

Comments
 (0)