Finegrainify namespacification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-02-23 18:38:20 +00:00
parent e699b16a76
commit 0742b59913
4 changed files with 12 additions and 22 deletions

View File

@ -15,8 +15,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Function.h"
#include <fstream>
namespace llvm {
using namespace llvm;
namespace {
struct DebugMachineCodeEmitter : public MachineCodeEmitter {
@ -173,5 +172,3 @@ MachineCodeEmitter *
MachineCodeEmitter::createFilePrinterEmitter(MachineCodeEmitter &MCE) {
return new FilePrinterEmitter(MCE, std::cerr);
}
} // End llvm namespace