summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 23:40:39 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 23:40:39 +0000
commit7503d46febe595778e7d42e1de59120bbb9d590e (patch)
treec3959f5028f3ceb74ac0754abe1714d790ecb0fc
parentf3b97f53b909bc2263275e66c5097c26f7546cd0 (diff)
downloadbcm5719-llvm-7503d46febe595778e7d42e1de59120bbb9d590e.tar.gz
bcm5719-llvm-7503d46febe595778e7d42e1de59120bbb9d590e.zip
Rename PowerPC*.td -> PPC*.td
llvm-svn: 23740
-rw-r--r--llvm/lib/Target/PowerPC/PPC.td4
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrFormats.td (renamed from llvm/lib/Target/PowerPC/PowerPCInstrFormats.td)0
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.td (renamed from llvm/lib/Target/PowerPC/PowerPCInstrInfo.td)4
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.td (renamed from llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td)0
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index 05f0d3715b8..4798ae8d17c 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/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/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td b/llvm/lib/Target/PowerPC/PPCInstrFormats.td
index 880a66a99e2..880a66a99e2 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrFormats.td
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index 673c176d4ff..f18aa67cbd0 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
+++ b/llvm/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"
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
index d8d38450f6e..d8d38450f6e 100644
--- a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
OpenPOWER on IntegriCloud