diff options
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/Intercept.cpp')
| -rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Intercept.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp index 191b57d22a0..72ac92a6554 100644 --- a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +++ b/llvm/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 @@ void *VM::getPointerToNamedFunction(const std::string &Name) { return Ptr; } - -} // End llvm namespace |

