Split into two passes. Now there is the general loop extractor, usable on
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 20:01:36 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 20:01:36 +0000 (20:01 +0000)
commit41bc0b069c74afa05e92a97ff2c5d3cfa7426505
treecbf70ce354e884057b697b668fbd946c5eccdb87
parent7bc91c62f01e14e0cd1ee32755a10d2abb878933
Split into two passes.  Now there is the general loop extractor, usable on
the command line, and the single loop extractor, usable by bugpoint

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LoopExtractor.cpp