Skip to content

Commit 019d67f

Browse files
committed
[RISCV][NFC] Remove space
1 parent 7fb2b4d commit 019d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class RISCVSImmOp<int bitsNum> : RISCVOp {
169169
let OperandType = "OPERAND_SIMM" # bitsNum;
170170
}
171171

172-
class RISCVSImmLeafOp<int bitsNum > :
172+
class RISCVSImmLeafOp<int bitsNum> :
173173
RISCVSImmOp<bitsNum>, ImmLeaf<XLenVT, "return isInt<" # bitsNum # ">(Imm);">;
174174

175175
def FenceArg : AsmOperandClass {

0 commit comments

Comments
 (0)