mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
whitespace
llvm-svn: 184570
This commit is contained in:
parent
a02d09e36a
commit
8720e81dc3
@ -331,7 +331,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
|
||||
TheDelegate->LRE_WillShrinkVirtReg(LI->reg);
|
||||
if (!LIS.shrinkToUses(LI, &Dead))
|
||||
continue;
|
||||
|
||||
|
||||
// Don't create new intervals for a register being spilled.
|
||||
// The new intervals would have to be spilled anyway so its not worth it.
|
||||
// Also they currently aren't spilled so creating them and not spilling
|
||||
@ -343,7 +343,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (BeingSpilled) continue;
|
||||
|
||||
// LI may have been separated, create new intervals.
|
||||
|
Loading…
x
Reference in New Issue
Block a user