Fix a comment typo.

llvm-svn: 122016
This commit is contained in:
Bob Wilson 2010-12-17 01:21:05 +00:00
parent def12f3be1
commit 137dcdba8a
1 changed files with 2 additions and 2 deletions

View File

@ -621,8 +621,8 @@ bool SimpleRegisterCoalescing::ReMaterializeTrivialDef(LiveInterval &SrcInt,
return false;
}
// If destination register has a sub-register index on it, make sure it mtches
// the instruction register class.
// If destination register has a sub-register index on it, make sure it
// matches the instruction register class.
if (DstSubIdx) {
const TargetInstrDesc &TID = DefMI->getDesc();
if (TID.getNumDefs() != 1)