Loop invariant code motion now depends on the LoopPreheader pass. Dead code
authorChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 16:19:31 +0000 (16:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 16:19:31 +0000 (16:19 +0000)
commiteb53ae4f2dc39e75e725b21b52d77d29cf1c11c9
tree0c638998baa714970d51f5ff50ca1618e4556381
parentc178d9459a0e659bedbc1b3c79459ee168453376
Loop invariant code motion now depends on the LoopPreheader pass.  Dead code
has not yet been removed.

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