diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-21 20:23:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-21 20:23:48 +0000 |
commit | 31f8499e83dc4dccbb57ea7e76d1fd49b7010d0c (patch) | |
tree | 7311a395f4b05b01958cb55d80ba5432ad7f32c3 /lib/VMCore/ModuleProvider.cpp | |
parent | 23e1492bb1e67f740c232abe985ec6d609ffae63 (diff) |
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ModuleProvider.cpp')
-rw-r--r-- | lib/VMCore/ModuleProvider.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/VMCore/ModuleProvider.cpp b/lib/VMCore/ModuleProvider.cpp index 8be033622d..12a4fe6f25 100644 --- a/lib/VMCore/ModuleProvider.cpp +++ b/lib/VMCore/ModuleProvider.cpp @@ -13,8 +13,7 @@ #include "llvm/ModuleProvider.h" #include "llvm/Module.h" - -namespace llvm { +using namespace llvm; /// ctor - always have a valid Module /// @@ -37,5 +36,3 @@ Module* ModuleProvider::materializeModule() { return TheModule; } - -} // End llvm namespace |