From: Chris Lattner Date: Fri, 14 Oct 2005 23:40:39 +0000 (+0000) Subject: Rename PowerPC*.td -> PPC*.td X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f379997adccb0fd187c1517181e894aa4d35933a;p=oota-llvm.git Rename PowerPC*.td -> PPC*.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23740 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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" //===----------------------------------------------------------------------===//