Finegrainify namespacification


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10318 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/Intercept.cpp b/lib/ExecutionEngine/JIT/Intercept.cpp
index 191b57d..72ac92a 100644
--- a/lib/ExecutionEngine/JIT/Intercept.cpp
+++ b/lib/ExecutionEngine/JIT/Intercept.cpp
@@ -18,8 +18,7 @@
 #include "VM.h"
 #include "Support/DynamicLinker.h"
 #include <iostream>
-
-namespace llvm {
+using namespace llvm;
 
 // AtExitHandlers - List of functions to call when the program exits,
 // registered with the atexit() library function.
@@ -77,5 +76,3 @@
   
   return Ptr;
 }
-
-} // End llvm namespace