Rename PowerPC*.td -> PPC*.td

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-14 23:40:39 +00:00
parent f1ed100bc4
commit f379997adc
2 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"
//===----------------------------------------------------------------------===//