diff options
author | Kazu Hirata <kazu@google.com> | 2022-08-07 00:16:14 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-08-07 00:16:14 -0700 |
commit | a2d45017182a5b98a6a3c75de49e599d67c92fbb (patch) | |
tree | c12749f8b07f5c923b8f802330cc6bdae21cb69c /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | |
parent | af2d2d775908734f2a71a70a24ad540760f2d88b (diff) | |
download | llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.zip llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.tar.gz llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.tar.bz2 |
[llvm] Fix comment typos (NFC)
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp index db4ab3c..968283e 100644 --- a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp @@ -1931,7 +1931,7 @@ void InstrRefBasedLDV::produceMLocTransferFunction( Result.first->second = P; } - // Accumulate any bitmask operands into the clobberred reg mask for this + // Accumulate any bitmask operands into the clobbered reg mask for this // block. for (auto &P : MTracker->Masks) { BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); |