Add a new method

llvm-svn: 13035
This commit is contained in:
Chris Lattner 2004-04-18 06:54:34 +00:00
parent 4d52e1e401
commit 5f46b7044c
1 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,11 @@ public:
/// list with the indicated loop.
void changeTopLevelLoop(Loop *OldLoop, Loop *NewLoop);
/// removeBlock - This method completely removes BB from all data structures,
/// including all of the Loop objects it is nested in and our mapping from
/// BasicBlocks to loops.
void removeBlock(BasicBlock *BB);
static void stub(); // Noop
private:
void Calculate(const DominatorSet &DS);