[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC64.td
Misha Brukman
brukman at cs.uiuc.edu
Thu Aug 19 12:37:07 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
PPC64.td updated: 1.1 -> 1.2
---
Log message:
Use the appropriate 64-bit register description file.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/PowerPC/PPC64.td
diff -u llvm/lib/Target/PowerPC/PPC64.td:1.1 llvm/lib/Target/PowerPC/PPC64.td:1.2
--- llvm/lib/Target/PowerPC/PPC64.td:1.1 Mon Aug 16 23:57:37 2004
+++ llvm/lib/Target/PowerPC/PPC64.td Thu Aug 19 14:36:57 2004
@@ -18,7 +18,7 @@
// Register File Description
//===----------------------------------------------------------------------===//
-include "PPC32RegisterInfo.td"
+include "PPC64RegisterInfo.td"
include "PowerPCInstrInfo.td"
def PowerPCInstrInfo : InstrInfo {
More information about the llvm-commits
mailing list