Move the scev expansion code into this pass, where it belongs. There is
authorChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2004 21:29:48 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2004 21:29:48 +0000 (21:29 +0000)
commit4a7553e2da506a718f59869c03c5ce113eb40f7a
tree4c5fe451ca53a500feb9d3650948874b82d7a8c3
parentb06432c2761ecb84f4149544b56362ac00ef68be
Move the scev expansion code into this pass, where it belongs.  There is
still room for cleanup, but at least the code modification is out of the
analysis now.

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