From a67f14bf53737f9bb0afefa28e08c4aac6ec4804 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 19 Aug 2011 01:42:18 +0000 Subject: Make a bunch of symbols private. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138025 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LoopInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Analysis/LoopInfo.cpp') diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index 36fd598d13..6abb14f55a 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -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". -- cgit v1.2.3-18-g5258