StartValue is already calculated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-08-14 00:15:45 +00:00
parent 1f808011e0
commit ebcb52aa89

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