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 05f0d37..4798ae8 100644
--- a/lib/Target/PowerPC/PPC.td
+++ b/lib/Target/PowerPC/PPC.td
@@ -19,8 +19,8 @@
// 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.