summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-19 19:36:57 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-19 19:36:57 +0000
commita26a61aa189b1275066c9dd70c119b3fa68b16a8 (patch)
tree296cc951ef5d8b374cb7a40774250751819b11f3 /llvm/lib
parent01ea7aed594a19dedd8cf8078bbbfcb23546a2a3 (diff)
downloadbcm5719-llvm-a26a61aa189b1275066c9dd70c119b3fa68b16a8.tar.gz
bcm5719-llvm-a26a61aa189b1275066c9dd70c119b3fa68b16a8.zip
Use the appropriate 64-bit register description file.
llvm-svn: 15922
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPC64.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC64.td b/llvm/lib/Target/PowerPC/PPC64.td
index af8ae021125..264a261f368 100644
--- a/llvm/lib/Target/PowerPC/PPC64.td
+++ b/llvm/lib/Target/PowerPC/PPC64.td
@@ -18,7 +18,7 @@ include "../Target.td"
// Register File Description
//===----------------------------------------------------------------------===//
-include "PPC32RegisterInfo.td"
+include "PPC64RegisterInfo.td"
include "PowerPCInstrInfo.td"
def PowerPCInstrInfo : InstrInfo {
OpenPOWER on IntegriCloud