[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCInstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 14 16:40:51 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC.td updated: 1.1 -> 1.2
PPCInstrInfo.td updated: 1.120 -> 1.121
---
Log message:

Rename PowerPC*.td -> PPC*.td


---
Diffs of the changes:  (+4 -4)

 PPC.td          |    4 ++--
 PPCInstrInfo.td |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/lib/Target/PowerPC/PPC.td
diff -u llvm/lib/Target/PowerPC/PPC.td:1.1 llvm/lib/Target/PowerPC/PPC.td:1.2
--- llvm/lib/Target/PowerPC/PPC.td:1.1	Fri Oct 14 18:37:35 2005
+++ llvm/lib/Target/PowerPC/PPC.td	Fri Oct 14 18:40:39 2005
@@ -19,8 +19,8 @@
 // Register File Description
 //===----------------------------------------------------------------------===//
 
-include "PowerPCRegisterInfo.td"
-include "PowerPCInstrInfo.td"
+include "PPCRegisterInfo.td"
+include "PPCInstrInfo.td"
 
 def PPC : Target {
   // Pointers on PPC are 32-bits in size.


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.120 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.121
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.120	Thu Oct 13 23:55:50 2005
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td	Fri Oct 14 18:40:39 2005
@@ -1,4 +1,4 @@
-//===- PowerPCInstrInfo.td - The PowerPC Instruction Set -----*- tablegen -*-=//
+//===- PPCInstrInfo.td - The PowerPC Instruction Set -------*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-include "PowerPCInstrFormats.td"
+include "PPCInstrFormats.td"
 
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list