diff options
| author | Greg Bedwell <greg.bedwell@sony.com> | 2019-10-28 14:28:00 +0000 |
|---|---|---|
| committer | Greg Bedwell <greg.bedwell@sony.com> | 2019-10-29 12:19:52 +0000 |
| commit | b1c4b4d5cbbea295ea7a9162e7cf16f0f41c935c (patch) | |
| tree | 8d9fb8061a0b2b059d6512b20a795ec884687f07 | |
| parent | 67720e7bf7dfb28750706e3b27d16a1933af9ca0 (diff) | |
| download | bcm5719-llvm-b1c4b4d5cbbea295ea7a9162e7cf16f0f41c935c.tar.gz bcm5719-llvm-b1c4b4d5cbbea295ea7a9162e7cf16f0f41c935c.zip | |
Fix a spelling mistake in a comment. NFC
| -rw-r--r-- | llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Register> &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); } |

