mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
fine grainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d8a6bc7a3
commit
9a89f37dc7
@ -17,13 +17,12 @@
|
|||||||
#include "llvm/Target/TargetMachineImpls.h"
|
#include "llvm/Target/TargetMachineImpls.h"
|
||||||
#include "llvm/CodeGen/MachineFunction.h"
|
#include "llvm/CodeGen/MachineFunction.h"
|
||||||
#include "llvm/CodeGen/Passes.h"
|
#include "llvm/CodeGen/Passes.h"
|
||||||
|
using namespace llvm;
|
||||||
namespace llvm {
|
|
||||||
|
|
||||||
// allocatePowerPCTargetMachine - Allocate and return a subclass of
|
// allocatePowerPCTargetMachine - Allocate and return a subclass of
|
||||||
// TargetMachine that implements the PowerPC backend.
|
// TargetMachine that implements the PowerPC backend.
|
||||||
//
|
//
|
||||||
TargetMachine *allocatePowerPCTargetMachine(const Module &M,
|
TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M,
|
||||||
IntrinsicLowering *IL) {
|
IntrinsicLowering *IL) {
|
||||||
return new PowerPCTargetMachine(M, IL);
|
return new PowerPCTargetMachine(M, IL);
|
||||||
}
|
}
|
||||||
@ -58,4 +57,3 @@ void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
|
|||||||
PM.add(createPrologEpilogCodeInserter());
|
PM.add(createPrologEpilogCodeInserter());
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end namespace llvm
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user