Fix PR582. The rewriter can move casts around, which invalidated the
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jun 2005 21:29:31 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jun 2005 21:29:31 +0000 (21:29 +0000)
commit4bd09d70cceb3851f7eb1c2f98338b3071d405f3
tree8299c26c05da8064b0e2b0db938908710273a36d
parent73d31b9598d0ac1debf1eff886cfdbdc8ce85ee8
Fix PR582.  The rewriter can move casts around, which invalidated the
BB iterator.  This fixes Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll

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