diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:40:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:40:39 +0000 |
commit | f379997adccb0fd187c1517181e894aa4d35933a (patch) | |
tree | 3438f61c7b7416eadd576e5489a4c6a2e511bf63 | |
parent | f1ed100bc467db710fba63716fd5080622981fa4 (diff) | |
download | external_llvm-f379997adccb0fd187c1517181e894aa4d35933a.zip external_llvm-f379997adccb0fd187c1517181e894aa4d35933a.tar.gz external_llvm-f379997adccb0fd187c1517181e894aa4d35933a.tar.bz2 |
Rename PowerPC*.td -> PPC*.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23740 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPC.td | 4 | ||||
-rw-r--r-- | 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 05f0d37..4798ae8 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 673c176..f18aa67 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" //===----------------------------------------------------------------------===// |