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

@ -18,8 +18,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/Statistic.h"
#include <vector>
namespace llvm {
using namespace llvm;
namespace {
Statistic<> TotalNumCallees("totalcallees",
@ -141,5 +140,3 @@ bool DSGraphStats::runOnFunction(Function& F) {
visit(F);
return true;
}
} // End llvm namespace