mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0934bee3a
commit
e02a17c4ef
@ -1279,7 +1279,7 @@ bool RegisterCoalescer::JoinCopy(MachineInstr *CopyMI, bool &Again) {
|
||||
}
|
||||
}
|
||||
|
||||
// SrcReg is guarateed to be the register whose live interval that is
|
||||
// SrcReg is guaranteed to be the register whose live interval that is
|
||||
// being merged.
|
||||
LIS->removeInterval(CP.getSrcReg());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user