mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Add a new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user