From: Chris Lattner Date: Fri, 20 Aug 2004 18:09:18 +0000 (+0000) Subject: Do not register ppc64 yet, as it breaks the SparcV9 backend X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f9088885539eb6daab8a5c95e29d609ce4fefaf0;p=oota-llvm.git Do not register ppc64 yet, as it breaks the SparcV9 backend git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 084eb3d1572..fa2455cc873 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -42,8 +42,11 @@ namespace { // Register the targets RegisterTarget X("ppc32", " PowerPC 32-bit (experimental)"); + +#if 0 RegisterTarget Y("ppc64", " PowerPC 64-bit (unimplemented)"); +#endif } PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,