From: Chris Lattner Date: Fri, 30 Sep 2005 00:05:05 +0000 (+0000) Subject: Use the 32-bit version for now X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ff201eebea35c7e7d37897276e3df0153197b2fd;p=oota-llvm.git Use the 32-bit version for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23534 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PowerPC.td b/lib/Target/PowerPC/PowerPC.td index 4d559c95f5a..e593fe4b9ce 100644 --- a/lib/Target/PowerPC/PowerPC.td +++ b/lib/Target/PowerPC/PowerPC.td @@ -18,7 +18,7 @@ include "../Target.td" // Register File Description //===----------------------------------------------------------------------===// -include "PPC64RegisterInfo.td" +include "PPC32RegisterInfo.td" include "PowerPCInstrInfo.td" def PowerPC : Target {