mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
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:
parent
1f808011e0
commit
ebcb52aa89
@ -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…
Reference in New Issue
Block a user