StartValue is already calculated.

llvm-svn: 41062
This commit is contained in:
Devang Patel 2007-08-14 00:15:45 +00:00
parent 2814fe847d
commit f74ccbb4e8
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,6 @@ bool LoopIndexSplit::processOneIterationLoop(SplitInfo &SD) {
BasicBlock *Preheader = L->getLoopPreheader();
Instruction *Terminator = Header->getTerminator();
StartValue = IndVar->getIncomingValueForBlock(Preheader);
// Replace split condition in header.
// Transform