Rename PPC32*.h to PPC*.h
authorChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:59:06 +0000 (23:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 23:59:06 +0000 (23:59 +0000)
This completes the grand PPC file renaming

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23745 91177308-0d34-0410-b5e6-96231b3b80d8

12 files changed:
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelPattern.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h

index 1c6196cc2d53429db3f518859b9d44b14aa49e39..670bc789c15327bd8e76cc6c40063d928277f6dd 100644 (file)
@@ -18,7 +18,7 @@
 
 #define DEBUG_TYPE "asmprinter"
 #include "PPC.h"
-#include "PPC32TargetMachine.h"
+#include "PPCTargetMachine.h"
 #include "PPCSubtarget.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
index e4b65c49340878cd3cae2b5f7f7dab44d0ed55e3..0c07d816218731da3c443680878dbc37703e2c65 100644 (file)
@@ -18,7 +18,7 @@
 #define DEBUG_TYPE "bsel"
 #include "PPC.h"
 #include "PPCInstrBuilder.h"
-#include "PPC32InstrInfo.h"
+#include "PPCInstrInfo.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Support/Debug.h"
 #include <map>
index ad7ff492f3f69698c7daab71539221b12de3f825..5045c68ef126b69967223dbe13cccac073e46e25 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PPC32TargetMachine.h"
-#include "PPC32Relocations.h"
+#include "PPCTargetMachine.h"
+#include "PPCRelocations.h"
 #include "PPC.h"
 #include "llvm/Module.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
index 8c566ab7f0c7fe33bbcb44e5cdb3d9a5c23d0f07..8396da66db27afa7a5d742cc2dfcb56949246016 100644 (file)
@@ -13,8 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "PPC.h"
-#include "PPC32TargetMachine.h"
-#include "PPC32ISelLowering.h"
+#include "PPCTargetMachine.h"
+#include "PPCISelLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/SSARegMap.h"
index 9bab6ed8be336464b6ff1c16678a3a8b16861f06..604ff2fbec3acabd74d90fde730701806a344f9e 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PPC32ISelLowering.h"
-#include "PPC32TargetMachine.h"
+#include "PPCISelLowering.h"
+#include "PPCTargetMachine.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
index a1f6b1c3c0a01fe4066370c495f2326347642292..6fb119c862b9b2fe5fa0e524ae7168165382204a 100644 (file)
@@ -15,9 +15,8 @@
 
 #include "PPC.h"
 #include "PPCInstrBuilder.h"
-#include "PPC32InstrInfo.h"
-#include "PPC32TargetMachine.h"
-#include "PPC32ISelLowering.h"
+#include "PPCTargetMachine.h"
+#include "PPCISelLowering.h"
 #include "llvm/Constants.h"
 #include "llvm/Function.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
index 46f8a72fe03894302f8fc4ba87c3f35fa80a9f97..314b7481263231d565b574b47001a371c978e4ab 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "PPC32InstrInfo.h"
+#include "PPCInstrInfo.h"
 #include "PPCGenInstrInfo.inc"
 #include "PPC.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
index a6cf5ad1b42e38e58e748ab18eb84c7577bd59ab..631bce11353c764808ae37fe3cbf1bed2bb8d447 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "PPC.h"
 #include "llvm/Target/TargetInstrInfo.h"
-#include "PPC32RegisterInfo.h"
+#include "PPCRegisterInfo.h"
 
 namespace llvm {
   
index c17dd265e599184c711ee020c07cdb0e3ccfb43c..30455606e77388749e247f4ed92153df67c13486 100644 (file)
@@ -13,7 +13,7 @@
 
 #define DEBUG_TYPE "jit"
 #include "PPCJITInfo.h"
-#include "PPC32Relocations.h"
+#include "PPCRelocations.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/Config/alloca.h"
 #include <set>
index aad9861cd787cb84dcc7ab8bfd565ee1932cb682..8e2e19f75aea9f87a29f76d74fcf4368dd947e2e 100644 (file)
@@ -14,7 +14,7 @@
 #define DEBUG_TYPE "reginfo"
 #include "PPC.h"
 #include "PPCInstrBuilder.h"
-#include "PPC32RegisterInfo.h"
+#include "PPCRegisterInfo.h"
 #include "llvm/Constants.h"
 #include "llvm/Type.h"
 #include "llvm/CodeGen/ValueTypes.h"
index ce759d08959ef2365da8f2ef86a063d795a0f0b7..a222f8c66fa21be693f26ed61732fdc9763a5118 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "PPC.h"
 #include "PPCFrameInfo.h"
-#include "PPC32TargetMachine.h"
+#include "PPCTargetMachine.h"
 #include "PPCJITInfo.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
index 0df2ac7281f572f246b09ef5814b7ad9277d06b4..33180cdecf90695343e3efedb46fe3633b49c3e4 100644 (file)
@@ -17,7 +17,7 @@
 #include "PPCFrameInfo.h"
 #include "PPCSubtarget.h"
 #include "PPCJITInfo.h"
-#include "PPC32InstrInfo.h"
+#include "PPCInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/PassManager.h"