summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/SymbolTable.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-21 20:23:48 +0000
committerChris Lattner <sabre@nondot.org>2003-11-21 20:23:48 +0000
commit189d19fb04d53aeccd0d45783f62fd516fb05508 (patch)
tree9ef561a274f6405dcebe7af859ee6843ac943c29 /llvm/lib/VMCore/SymbolTable.cpp
parent745d0a5414d9c825e826bb309a411ce2fc763f7e (diff)
downloadbcm5719-llvm-189d19fb04d53aeccd0d45783f62fd516fb05508.tar.gz
bcm5719-llvm-189d19fb04d53aeccd0d45783f62fd516fb05508.zip
Finegrainify namespacification
llvm-svn: 10131
Diffstat (limited to 'llvm/lib/VMCore/SymbolTable.cpp')
-rw-r--r--llvm/lib/VMCore/SymbolTable.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/VMCore/SymbolTable.cpp b/llvm/lib/VMCore/SymbolTable.cpp
index f2e5398d411..8c9e86c0030 100644
--- a/llvm/lib/VMCore/SymbolTable.cpp
+++ b/llvm/lib/VMCore/SymbolTable.cpp
@@ -16,8 +16,7 @@
#include "llvm/Module.h"
#include "Support/StringExtras.h"
#include <algorithm>
-
-namespace llvm {
+using namespace llvm;
#define DEBUG_SYMBOL_TABLE 0
#define DEBUG_ABSTYPE 0
@@ -363,5 +362,3 @@ void SymbolTable::dump() const {
std::cout << "Symbol table dump:\n";
for_each(begin(), end(), DumpPlane);
}
-
-} // End llvm namespace
OpenPOWER on IntegriCloud