Rename PowerPC*.td -> PPC*.td
authorChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:40:39 +0000 (23:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:40:39 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23740 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCInstrInfo.td

index 05f0d3715b8e1c8a35b1ffd56b82d7dbd9d0ca48..4798ae8d17c259051536b6224f5907ff18df08d6 100644 (file)
@@ -19,8 +19,8 @@ include "../Target.td"
 // 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 673c176d4ffbd4f52a71e86e53590f2fbbc42859..f18aa67cbd0d0af98d36d28ea1fee795beb90372 100644 (file)
@@ -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"
 
 
 //===----------------------------------------------------------------------===//