mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Fix a typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0aa52ee04e
commit
8cc1494905
@ -496,8 +496,8 @@ void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) {
|
||||
if (!SlotRemap.count(FromSlot))
|
||||
continue;
|
||||
|
||||
// In a debug build, check that the instruction that we are check is
|
||||
// inside its expected live range. If the instruction is not inside
|
||||
// In a debug build, check that the instruction that we are modifying is
|
||||
// inside the expected live range. If the instruction is not inside
|
||||
// the calculated range then it means that the alloca usage moved
|
||||
// outside of the lifetime markers.
|
||||
#ifndef NDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user