From: Devang Patel Date: Wed, 19 Sep 2007 00:08:13 +0000 (+0000) Subject: Work is incomplete. Loop is not modified at all right now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e062e520a24df32dd4ecbf0767ed82bc648a4ba;p=oota-llvm.git 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 --- diff --git a/lib/Transforms/Scalar/LoopIndexSplit.cpp b/lib/Transforms/Scalar/LoopIndexSplit.cpp index 0baf2b8136b..c2e9d500a93 100644 --- a/lib/Transforms/Scalar/LoopIndexSplit.cpp +++ b/lib/Transforms/Scalar/LoopIndexSplit.cpp @@ -868,7 +868,7 @@ bool LoopIndexSplit::updateLoopIterationSpace(SplitInfo &SD) { updateLoopBounds(Op0); updateLoopBounds(Op1); // Update CFG - return true; + return false; }