diff options
author | Jay Foad <jay.foad@amd.com> | 2023-08-14 19:25:11 +0100 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2023-08-15 13:57:21 +0100 |
commit | fdbc944385748e77346c005177ac440d5641d324 (patch) | |
tree | ec712435fad0f12fabb582186f2222f614c886e5 /llvm/lib/CodeGen/VirtRegMap.cpp | |
parent | 0bcae5e763c7bf951bad06f5913a9905f065539d (diff) | |
download | llvm-fdbc944385748e77346c005177ac440d5641d324.zip llvm-fdbc944385748e77346c005177ac440d5641d324.tar.gz llvm-fdbc944385748e77346c005177ac440d5641d324.tar.bz2 |
Fix typos in comments
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
-rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index a816bd5..c1c6ce2 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/lib/CodeGen/VirtRegMap.cpp @@ -311,7 +311,7 @@ void VirtRegRewriter::addLiveInsForSubRanges(const LiveInterval &LI, } // Check all mbb start positions between First and Last while - // simulatenously advancing an iterator for each subrange. + // simultaneously advancing an iterator for each subrange. for (SlotIndexes::MBBIndexIterator MBBI = Indexes->findMBBIndex(First); MBBI != Indexes->MBBIndexEnd() && MBBI->first <= Last; ++MBBI) { SlotIndex MBBBegin = MBBI->first; |