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

@ -29,7 +29,7 @@
#include "llvm/Value.h"
#include <set>
namespace llvm {
using namespace llvm;
namespace {
enum DSPass { local, bu, td };
@ -195,5 +195,3 @@ void DSGC::verify(const DSGraph &G) {
}
}
}
} // End llvm namespace