Rename PowerPC*.td -> PPC*.td

llvm-svn: 23740
This commit is contained in:
Chris Lattner 2005-10-14 23:40:39 +00:00
parent f3b97f53b9
commit 7503d46feb
4 changed files with 4 additions and 4 deletions

View 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.

View 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"
//===----------------------------------------------------------------------===//