mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix typo
llvm-svn: 312919
This commit is contained in:
parent
8beb4573f2
commit
f9c535762c
@ -1832,7 +1832,7 @@ bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) {
|
||||
|
||||
if (!MRI->isConstantPhysReg(DstReg)) {
|
||||
// We checked above that there are no interfering defs of the physical
|
||||
// register. However, for this case, where we intent to move up the def of
|
||||
// register. However, for this case, where we intend to move up the def of
|
||||
// the physical register, we also need to check for interfering uses.
|
||||
SlotIndexes *Indexes = LIS->getSlotIndexes();
|
||||
for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx);
|
||||
|
Loading…
Reference in New Issue
Block a user