From b1c4b4d5cbbea295ea7a9162e7cf16f0f41c935c Mon Sep 17 00:00:00 2001 From: Greg Bedwell Date: Mon, 28 Oct 2019 14:28:00 +0000 Subject: Fix a spelling mistake in a comment. NFC --- llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp index 68c8304d79f..761dd0a5487 100644 --- a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp +++ b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp @@ -3377,7 +3377,7 @@ void LegalizerHelper::multiplyRegisters(SmallVectorImpl &DstRegs, B.buildUMulH(NarrowTy, Src1Regs[DstIdx - 1 - i], Src2Regs[i]); Factors.push_back(Umulh.getReg(0)); } - // Add CarrySum from additons calculated for previous DstIdx. + // Add CarrySum from additions calculated for previous DstIdx. if (DstIdx != 1) { Factors.push_back(CarrySumPrevDstIdx); } -- cgit v1.2.3