mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14aaeac5cf
commit
761fd4c1d9
@ -407,8 +407,8 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock *mbb,
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (MultipleDefsBySameMI(*mi, MOIdx))
|
if (MultipleDefsBySameMI(*mi, MOIdx))
|
||||||
// Mutple defs of the same virtual register by the same instruction. e.g.
|
// Multiple defs of the same virtual register by the same instruction.
|
||||||
// %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
|
// e.g. %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
|
||||||
// This is likely due to elimination of REG_SEQUENCE instructions. Return
|
// This is likely due to elimination of REG_SEQUENCE instructions. Return
|
||||||
// here since there is nothing to do.
|
// here since there is nothing to do.
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user