mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user