diff options
author | Jay Foad <jay.foad@amd.com> | 2024-05-15 13:10:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 13:10:16 +0100 |
commit | 1650f1b3d7f97ca95eb930984e74bdfd91b02b4e (patch) | |
tree | f606c67ea5657f54b94f0d47b4f0a88d78f84cee /llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp | |
parent | ccbf908b0836d8e3945f9331fd3679cbc6be0be1 (diff) | |
download | llvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.zip llvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.tar.gz llvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.tar.bz2 |
Fix typo "indicies" (#92232)
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp index bf730be..e146fb7 100644 --- a/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp @@ -86,7 +86,7 @@ /// lookup the VarLoc in the VarLocMap. Rather than operate directly on machine /// locations, the dataflow analysis in this pass identifies locations by their /// indices in the VarLocMap, meaning all the variable locations in a block can -/// be described by a sparse vector of VarLocMap indicies. +/// be described by a sparse vector of VarLocMap indices. /// /// All the storage for the dataflow analysis is local to the ExtendRanges /// method and passed down to helper methods. "OutLocs" and "InLocs" record the |