[llvm] 5cb4619 - [RISCV][NFC] Fix ident in RISCVISelLowering.h.

Yeting Kuo via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 01:11:18 PDT 2023


Author: Yeting Kuo
Date: 2023-03-29T16:11:10+08:00
New Revision: 5cb4619a1f561281ded631e5ee3e131d31e43c4d

URL: https://github.com/llvm/llvm-project/commit/5cb4619a1f561281ded631e5ee3e131d31e43c4d
DIFF: https://github.com/llvm/llvm-project/commit/5cb4619a1f561281ded631e5ee3e131d31e43c4d.diff

LOG: [RISCV][NFC] Fix ident in RISCVISelLowering.h.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D147120

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVISelLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVISelLowering.h b/llvm/lib/Target/RISCV/RISCVISelLowering.h
index 41d71fca13a6b..13be45ab5060d 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.h
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -241,11 +241,11 @@ enum NodeType : unsigned {
   VFCVT_X_F_VL,
   VFCVT_XU_F_VL,
   VFROUND_NOEXCEPT_VL,
-  VFCVT_RM_X_F_VL, // Has a rounding mode operand.
+  VFCVT_RM_X_F_VL,  // Has a rounding mode operand.
   VFCVT_RM_XU_F_VL, // Has a rounding mode operand.
   SINT_TO_FP_VL,
   UINT_TO_FP_VL,
-  VFCVT_RM_F_X_VL, // Has a rounding mode operand.
+  VFCVT_RM_F_X_VL,  // Has a rounding mode operand.
   VFCVT_RM_F_XU_VL, // Has a rounding mode operand.
   FP_ROUND_VL,
   FP_EXTEND_VL,


        


More information about the llvm-commits mailing list