Fix typo in comment.

llvm-svn: 104209
This commit is contained in:
Nick Lewycky 2010-05-20 03:30:09 +00:00
parent 76a434840a
commit c53cc4f8bf
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock *mbb,
} else {
if (MultipleDefsBySameMI(*mi, MOIdx))
// Mutple defs of the same virtual register by the same instruction. e.g.
// %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
// Multiple defs of the same virtual register by the same instruction.
// e.g. %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
// This is likely due to elimination of REG_SEQUENCE instructions. Return
// here since there is nothing to do.
return;