summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-14 23:25:48 +0000
committerChris Lattner <sabre@nondot.org>2003-12-14 23:25:48 +0000
commit1809966189202c00882ecb60ca1bf3af80c0fcb2 (patch)
tree1e3edcfe48fef83ffa365f9753d0c0837504ae9c /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
parentc9499b6a20b175ecb7080e110b96ea79cc1c311e (diff)
downloadbcm5719-llvm-1809966189202c00882ecb60ca1bf3af80c0fcb2.tar.gz
bcm5719-llvm-1809966189202c00882ecb60ca1bf3af80c0fcb2.zip
Finegrainify namespacification
llvm-svn: 10465
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
index bb14cd2ee89..663d9a6b36b 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -16,8 +16,7 @@
#include "Interpreter.h"
#include "llvm/Module.h"
#include "llvm/DerivedTypes.h"
-
-namespace llvm {
+using namespace llvm;
/// create - Create a new interpreter object. This can never fail.
///
@@ -100,4 +99,3 @@ GenericValue Interpreter::run(Function *F,
return rv;
}
-} // End llvm namespace
OpenPOWER on IntegriCloud