mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fine grainify namespacification
llvm-svn: 11959
This commit is contained in:
parent
3852b0c3b8
commit
5effdb67b7
@ -17,14 +17,13 @@
|
||||
#include "llvm/Target/TargetMachineImpls.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
// allocatePowerPCTargetMachine - Allocate and return a subclass of
|
||||
// TargetMachine that implements the PowerPC backend.
|
||||
//
|
||||
TargetMachine *allocatePowerPCTargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL) {
|
||||
TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL) {
|
||||
return new PowerPCTargetMachine(M, IL);
|
||||
}
|
||||
|
||||
@ -58,4 +57,3 @@ void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
|
||||
PM.add(createPrologEpilogCodeInserter());
|
||||
}
|
||||
|
||||
} // end namespace llvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user