git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-09-25 17:43:08 +00:00
parent 453a844128
commit 1c01350f0f

View File

@ -1010,7 +1010,7 @@ bool LoopIndexSplit::updateLoopIterationSpace(SplitInfo &SD) {
}
}
return return;
return true;
}