Fine-grainify namespaces for this library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9948 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-11-12 23:11:14 +00:00
parent bfcadffd4c
commit 9a92729581
10 changed files with 14 additions and 36 deletions

View File

@ -22,8 +22,7 @@
#include "Support/Statistic.h"
#include "Support/Timer.h"
#include <algorithm>
namespace llvm {
using namespace llvm;
namespace {
Statistic<> NumFolds ("dsnode", "Number of nodes completely folded");
@ -1672,5 +1671,3 @@ void DSGraph::computeNodeMapping(const DSNodeHandle &NH1,
if (unsigned(N2Idx)+i < N2Size)
computeNodeMapping(N1->getLink(i), N2->getLink(N2Idx+i), NodeMap);
}
} // End llvm namespace