mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14595d967f
commit
c7c5e781a3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user