Work is incomplete. Loop is not modified at all right now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42119 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-09-19 00:08:13 +00:00
parent 0f2fb60a18
commit 4e062e520a

View File

@ -868,7 +868,7 @@ bool LoopIndexSplit::updateLoopIterationSpace(SplitInfo &SD) {
updateLoopBounds(Op0);
updateLoopBounds(Op1);
// Update CFG
return true;
return false;
}