Be much more careful about how we update instructions outside of the loop
authorChris Lattner <sabre@nondot.org>
Sun, 18 Apr 2004 17:32:39 +0000 (17:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Apr 2004 17:32:39 +0000 (17:32 +0000)
commit998f44f859ee37a9dd6a124a24653af3c99fe291
tree204205e4d8e21a3da14564944f36786a6918302c
parentdf75125ff5e2111f705e8c0a430b4883e68eb915
Be much more careful about how we update instructions outside of the loop
using instructions inside of the loop.  This should fix the MishaTest failure
from last night.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13038 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnroll.cpp