OSDN Git Service

Use the 32-bit version for now
authorChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 00:05:05 +0000 (00:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 00:05:05 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23534 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PowerPC.td

index 4d559c9..e593fe4 100644 (file)
@@ -18,7 +18,7 @@ include "../Target.td"
 // Register File Description
 //===----------------------------------------------------------------------===//
 
-include "PPC64RegisterInfo.td"
+include "PPC32RegisterInfo.td"
 include "PowerPCInstrInfo.td"
 
 def PowerPC : Target {