Do not register ppc64 yet, as it breaks the SparcV9 backend
authorChris Lattner <sabre@nondot.org>
Fri, 20 Aug 2004 18:09:18 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Aug 2004 18:09:18 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15955 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index 084eb3d157273a6e8b1f253608ba28e40b1ce91f..fa2455cc873ebb675979bc0b0f7e4b07b3857896 100644 (file)
@@ -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,