mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
do not wrap this whole file in namespace llvm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39387a5c93
commit
08a6b3cf7e
@ -20,8 +20,7 @@
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
class SparcV8CodeEmitter : public MachineFunctionPass {
|
||||
@ -181,6 +180,4 @@ void SparcV8JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
|
||||
abort();
|
||||
}
|
||||
|
||||
} // end llvm namespace
|
||||
|
||||
#include "SparcV8GenCodeEmitter.inc"
|
||||
|
@ -20,8 +20,7 @@
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
class SparcV8CodeEmitter : public MachineFunctionPass {
|
||||
@ -181,6 +180,4 @@ void SparcV8JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
|
||||
abort();
|
||||
}
|
||||
|
||||
} // end llvm namespace
|
||||
|
||||
#include "SparcV8GenCodeEmitter.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user