From f379997adccb0fd187c1517181e894aa4d35933a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Oct 2005 23:40:39 +0000 Subject: [PATCH] Rename PowerPC*.td -> PPC*.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23740 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPC.td | 4 ++-- lib/Target/PowerPC/PPCInstrInfo.td | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td index 05f0d3715b8..4798ae8d17c 100644 --- a/lib/Target/PowerPC/PPC.td +++ b/lib/Target/PowerPC/PPC.td @@ -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. diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 673c176d4ff..f18aa67cbd0 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -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" //===----------------------------------------------------------------------===//