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
@@ -17,8 +17,7 @@
#include "llvm/Module.h"
#include "llvm/Constant.h"
#include "Support/Statistic.h"
namespace llvm {
using namespace llvm;
namespace {
Statistic<>
@@ -97,5 +96,3 @@ bool DSOpt::OptimizeGlobals(Module &M) {
}
return Changed;
}
} // End llvm namespace