diff --git a/llvm/lib/Target/RISCV/RISCVISelLowering.h b/llvm/lib/Target/RISCV/RISCVISelLowering.h --- a/llvm/lib/Target/RISCV/RISCVISelLowering.h +++ b/llvm/lib/Target/RISCV/RISCVISelLowering.h @@ -241,11 +241,11 @@ 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,