Rename PowerPC*.h to PPC*.h
authorChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:51:18 +0000 (23:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:51:18 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23743 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
lib/Target/PowerPC/PPC32JITInfo.h
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCFrameInfo.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCISelPattern.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h

index e2760d0ebbf856b55410daae65ab08769a6bb47a..06f7fcbf9a9a700665ea893a7b098f8edbfa67c6 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef POWERPC_DARWIN_JITINFO_H
 #define POWERPC_DARWIN_JITINFO_H
 
-#include "PowerPCJITInfo.h"
+#include "PPCJITInfo.h"
 
 namespace llvm {
   class TargetMachine;
index 29853f1ab798840d51d578fbfe3c17b531728134..1c6196cc2d53429db3f518859b9d44b14aa49e39 100644 (file)
@@ -17,9 +17,9 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "asmprinter"
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPC32TargetMachine.h"
-#include "PowerPCSubtarget.h"
+#include "PPCSubtarget.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
index 8c1d54de059012c2aeb8439b52e1bc334648c71e..e4b65c49340878cd3cae2b5f7f7dab44d0ed55e3 100644 (file)
@@ -16,7 +16,7 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "bsel"
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPCInstrBuilder.h"
 #include "PPC32InstrInfo.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
index b64a6b8d0bc2e4d1a5e123531be386b3e8284620..ad7ff492f3f69698c7daab71539221b12de3f825 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "PPC32TargetMachine.h"
 #include "PPC32Relocations.h"
-#include "PowerPC.h"
+#include "PPC.h"
 #include "llvm/Module.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
index c1baf930410cc3077dc9f84ab90196955c68634a..d1bae8b1aa1a230f702ad7a10d2740e20d3313b8 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef POWERPC_FRAMEINFO_H
 #define POWERPC_FRAMEINFO_H
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/Target/TargetMachine.h"
 
index 35087a5741ec79f82a86f53bd418f6f4c2a9a406..8c566ab7f0c7fe33bbcb44e5cdb3d9a5c23d0f07 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPC32TargetMachine.h"
 #include "PPC32ISelLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
index eecbfda01d3803a410783491e2e148525bf065bd..ba0a577ef0e8bebeaeebdfb4cdbffd8723dfb76a 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/CodeGen/SelectionDAG.h"
-#include "PowerPC.h"
+#include "PPC.h"
 
 namespace llvm {
   namespace PPCISD {
index ddf694655e9f9e432eb5f1661773ee04f60f6daf..a1f6b1c3c0a01fe4066370c495f2326347642292 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPCInstrBuilder.h"
 #include "PPC32InstrInfo.h"
 #include "PPC32TargetMachine.h"
index d4910dc377d47bedb2cd6fa0dd2ecb350a4e1c83..46f8a72fe03894302f8fc4ba87c3f35fa80a9f97 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "PPC32InstrInfo.h"
 #include "PPCGenInstrInfo.inc"
-#include "PowerPC.h"
+#include "PPC.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include <iostream>
 using namespace llvm;
index 8a230897e790547447fe4da4d912e91d5dcfcef2..a6cf5ad1b42e38e58e748ab18eb84c7577bd59ab 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef POWERPC32_INSTRUCTIONINFO_H
 #define POWERPC32_INSTRUCTIONINFO_H
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "PPC32RegisterInfo.h"
 
index 46ae98f118bd666ad0af158b3a892ec901747d79..aad9861cd787cb84dcc7ab8bfd565ee1932cb682 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "reginfo"
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPCInstrBuilder.h"
 #include "PPC32RegisterInfo.h"
 #include "llvm/Constants.h"
index ed361578e5c76ea76f295bea633fa6ac451697ff..e9ef9ce2eef11ef04e746dc74b292d2bd28251d5 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef POWERPC32_REGISTERINFO_H
 #define POWERPC32_REGISTERINFO_H
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "PPCGenRegisterInfo.h.inc"
 #include <map>
 
index 62f36c692625e164feb414cd235372038a576391..b0861d734566af03ca74568075a5d56e985288c8 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PowerPCSubtarget.h"
-#include "PowerPC.h"
+#include "PPCSubtarget.h"
+#include "PPC.h"
 #include "llvm/Module.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Target/SubtargetFeature.h"
index 2a0b626fb94805bcb48256ab934ed5f525965a1a..fcd170c12558b09e651904e018aace9c6cfaa5cf 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PowerPC.h"
-#include "PowerPCFrameInfo.h"
+#include "PPC.h"
+#include "PPCFrameInfo.h"
 #include "PPC32TargetMachine.h"
 #include "PPC32JITInfo.h"
 #include "llvm/Module.h"
index 91c1f1b79b6b5b21e13b93c4163e10deef5517c0..338d5dac914a7ce038804f3aa45dca0e89e47bfb 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef POWERPC32_TARGETMACHINE_H
 #define POWERPC32_TARGETMACHINE_H
 
-#include "PowerPCFrameInfo.h"
-#include "PowerPCSubtarget.h"
+#include "PPCFrameInfo.h"
+#include "PPCSubtarget.h"
 #include "PPC32JITInfo.h"
 #include "PPC32InstrInfo.h"
 #include "llvm/Target/TargetMachine.h"