StartValue is already calculated.
llvm-svn: 41062
This commit is contained in:
parent
2814fe847d
commit
f74ccbb4e8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user