whitespace

llvm-svn: 184570
This commit is contained in:
Andrew Trick 2013-06-21 18:33:14 +00:00
parent 714aec021d
commit 7df3f01703
1 changed files with 2 additions and 2 deletions
llvm/lib/CodeGen

View File

@ -331,7 +331,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
TheDelegate->LRE_WillShrinkVirtReg(LI->reg); TheDelegate->LRE_WillShrinkVirtReg(LI->reg);
if (!LIS.shrinkToUses(LI, &Dead)) if (!LIS.shrinkToUses(LI, &Dead))
continue; continue;
// Don't create new intervals for a register being spilled. // Don't create new intervals for a register being spilled.
// The new intervals would have to be spilled anyway so its not worth it. // 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 // Also they currently aren't spilled so creating them and not spilling
@ -343,7 +343,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
break; break;
} }
} }
if (BeingSpilled) continue; if (BeingSpilled) continue;
// LI may have been separated, create new intervals. // LI may have been separated, create new intervals.