Move getUniqueExitBlocks from LoopBase to Loop, since they depend on
authorDan Gohman <gohman@apple.com>
Thu, 3 Sep 2009 16:10:48 +0000 (16:10 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 3 Sep 2009 16:10:48 +0000 (16:10 +0000)
commitf0608d829a7b8929108ac6718bd866adf710e936
treed8fd5fff1d3c220a5f19e8894d86b901f4b48a74
parent99ed416787e73b7965d9c183f23f9d78f996187f
Move getUniqueExitBlocks from LoopBase to Loop, since they depend on
LoopSimplify form, which is currently only available on Loops (and
not MachineLoops). Also, move the code out of the header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80923 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp