Finegrainify namespacification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-12-14 23:25:48 +00:00
parent 2cdd21c2e4
commit f7a743d7ed
2 changed files with 2 additions and 24 deletions

View File

@ -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