Skip to content

Commit ec1d811

Browse files
[InstrRef][NFC] Improve diagram illustrating locations (#66944)
The "register number" arrow should point to `LocationID`, not `LocIdx`.
1 parent b07005a commit ec1d811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ class LocIdxToIndexFunctor {
602602
/// Slot Num (%stack.0) /
603603
/// FrameIdx => SpillNum /
604604
/// \ /
605-
/// SpillID (int) Register number (int)
606-
/// \ /
605+
/// SpillID (int) Register number (int)
606+
/// \ /
607607
/// LocationID => LocIdx
608608
/// |
609609
/// LocIdx => ValueIDNum

0 commit comments

Comments
 (0)