diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 6593fcd58d..1632643135 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -17,7 +17,7 @@ #include "llvm/CodeGen/IntrinsicLowering.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/Passes.h" -#include "llvm/Target/TargetMachineImpls.h" +#include "llvm/Target/TargetOptions.h" #include "llvm/Target/TargetMachineRegistry.h" #include "llvm/Transforms/Scalar.h" #include <iostream> @@ -28,14 +28,6 @@ namespace { RegisterTarget<PowerPCTargetMachine> X("powerpc", " PowerPC (experimental)"); } -// allocatePowerPCTargetMachine - Allocate and return a subclass of -// TargetMachine that implements the PowerPC backend. -// -TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M, - IntrinsicLowering *IL) { - return new PowerPCTargetMachine(M, IL); -} - /// PowerPCTargetMachine ctor - Create an ILP32 architecture model /// /// FIXME: Should double alignment be 8 bytes? Then we get a PtrAl != DoubleAl |