mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
Add a new method
llvm-svn: 13035
This commit is contained in:
parent
33ec7f2f9f
commit
b17c6d4732
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user