aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/VirtRegMap.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2023-08-14 19:25:11 +0100
committerJay Foad <jay.foad@amd.com>2023-08-15 13:57:21 +0100
commitfdbc944385748e77346c005177ac440d5641d324 (patch)
treeec712435fad0f12fabb582186f2222f614c886e5 /llvm/lib/CodeGen/VirtRegMap.cpp
parent0bcae5e763c7bf951bad06f5913a9905f065539d (diff)
downloadllvm-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.cpp2
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;