mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Make a bunch of symbols private.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -390,6 +390,7 @@ void Loop::dump() const {
|
||||
// UnloopUpdater implementation
|
||||
//
|
||||
|
||||
namespace {
|
||||
/// Find the new parent loop for all blocks within the "unloop" whose last
|
||||
/// backedges has just been removed.
|
||||
class UnloopUpdater {
|
||||
@@ -421,6 +422,7 @@ public:
|
||||
protected:
|
||||
Loop *getNearestLoop(BasicBlock *BB, Loop *BBLoop);
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
||||
/// updateBlockParents - Update the parent loop for all blocks that are directly
|
||||
/// contained within the original "unloop".
|
||||
|
||||
Reference in New Issue
Block a user