mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
607baea7d2
commit
80b27ced2d
@ -361,7 +361,7 @@ void LiveIntervals::handlePhysicalRegisterDef(MachineBasicBlock* mbb,
|
||||
|
||||
// If it is not dead on definition, it must be killed by a
|
||||
// subsequent instruction. Hence its interval is:
|
||||
// [defSlot(def), useSlot(def)+1)
|
||||
// [defSlot(def), useSlot(kill)+1)
|
||||
do {
|
||||
++mi;
|
||||
baseIndex += InstrSlots::NUM;
|
||||
|
Loading…
x
Reference in New Issue
Block a user