llvm-svn: 42300
This commit is contained in:
Devang Patel 2007-09-25 17:43:08 +00:00
parent 87d7e8ebcb
commit 5e1651d270
1 changed files with 1 additions and 1 deletions

View File

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