[llvm] 019d67f - [RISCV][NFC] Remove space

via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 20:58:39 PDT 2023


Author: wangpc
Date: 2023-10-16T11:58:17+08:00
New Revision: 019d67f19721f54ad6be81bcc29285713ae23249

URL: https://github.com/llvm/llvm-project/commit/019d67f19721f54ad6be81bcc29285713ae23249
DIFF: https://github.com/llvm/llvm-project/commit/019d67f19721f54ad6be81bcc29285713ae23249.diff

LOG: [RISCV][NFC] Remove space

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVInstrInfo.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.td b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
index 54efe67f600a92d..94de559b1e6e037 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfo.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
@@ -169,7 +169,7 @@ class RISCVSImmOp<int bitsNum> : RISCVOp {
   let OperandType = "OPERAND_SIMM" # bitsNum;
 }
 
-class RISCVSImmLeafOp<int bitsNum > :
+class RISCVSImmLeafOp<int bitsNum> :
   RISCVSImmOp<bitsNum>, ImmLeaf<XLenVT, "return isInt<" # bitsNum # ">(Imm);">;
 
 def FenceArg : AsmOperandClass {


        


More information about the llvm-commits mailing list