Skip to content

Commit 91ddd90

Browse files
committed
fixup! redeclaration
1 parent 56ab07f commit 91ddd90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoP.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
def simm10 : RISCVSImmOp<10>, TImmLeaf<XLenVT, "return isInt<10>(Imm);">;
2222
def tuimm3 : RISCVUImmOp<3>, TImmLeaf<XLenVT, "return isUInt<3>(Imm);">;
2323
def tuimm4 : RISCVUImmOp<4>, TImmLeaf<XLenVT, "return isUInt<4>(Imm);">;
24-
def tuimm5 : RISCVUImmOp<5>, TImmLeaf<XLenVT, "return isUInt<5>(Imm);">;
2524

2625
def SImm8UnsignedAsmOperand : SImmAsmOperand<8, "Unsigned"> {
2726
let RenderMethod = "addSImm8UnsignedOperands";

0 commit comments

Comments
 (0)