Silence a bogus compiler warning.

llvm-svn: 63021
This commit is contained in:
Evan Cheng 2009-01-26 18:33:51 +00:00
parent 0c8d060715
commit 72287a599f
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@ bool PreAllocSplitting::SplitRegLiveInterval(LiveInterval *LI) {
}
// Find a point to restore the value after the barrier.
unsigned RestoreIndex;
unsigned RestoreIndex = 0;
MachineBasicBlock::iterator RestorePt =
findRestorePoint(BarrierMBB, Barrier, LR->end, RefsInMBB, RestoreIndex);
if (RestorePt == BarrierMBB->end())