Use the 32-bit version for now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-09-30 00:05:05 +00:00
parent 67ab118a6d
commit ff201eebea

View File

@ -18,7 +18,7 @@ include "../Target.td"
// Register File Description
//===----------------------------------------------------------------------===//
include "PPC64RegisterInfo.td"
include "PPC32RegisterInfo.td"
include "PowerPCInstrInfo.td"
def PowerPC : Target {