diff options
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index 084eb3d1572..fa2455cc873 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp @@ -42,8 +42,11 @@ namespace { // Register the targets RegisterTarget<PPC32TargetMachine> X("ppc32", " PowerPC 32-bit (experimental)"); + +#if 0 RegisterTarget<PPC64TargetMachine> Y("ppc64", " PowerPC 64-bit (unimplemented)"); +#endif } PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name, |

