From 49428bad5852551d7b4fb70a70939572a79da730 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Tue, 27 Jun 2023 13:02:54 -0700 Subject: [PATCH] [RISCV] Fix a typo in a comment --- llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp b/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp index 960e6cb..bebafb7 100644 --- a/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp +++ b/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp @@ -3423,7 +3423,7 @@ bool RISCVDAGToDAGISel::performCombineVMergeAndVOps(SDNode *N, bool IsTA) { } // Transform (VMERGE_VVM__TU false, false, true, allones, vl, sew) to -// (MMV_V_V__TU false, true, vl, sew). It may decrease uses of VMSET. +// (VMV_V_V__TU false, true, vl, sew). It may decrease uses of VMSET. bool RISCVDAGToDAGISel::performVMergeToVMv(SDNode *N) { #define CASE_VMERGE_TO_VMV(lmul) \ case RISCV::PseudoVMERGE_VVM_##lmul##_TU: \ -- 2.7.4