From: Chris Lattner Date: Fri, 14 Oct 2005 23:51:18 +0000 (+0000) Subject: Rename PowerPC*.h to PPC*.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2668959b8879097db368aec7d76c455260abc75b;p=oota-llvm.git Rename PowerPC*.h to PPC*.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23743 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPC32JITInfo.h b/lib/Target/PowerPC/PPC32JITInfo.h index e2760d0ebbf..06f7fcbf9a9 100644 --- a/lib/Target/PowerPC/PPC32JITInfo.h +++ b/lib/Target/PowerPC/PPC32JITInfo.h @@ -14,7 +14,7 @@ #ifndef POWERPC_DARWIN_JITINFO_H #define POWERPC_DARWIN_JITINFO_H -#include "PowerPCJITInfo.h" +#include "PPCJITInfo.h" namespace llvm { class TargetMachine; diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index 29853f1ab79..1c6196cc2d5 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp index 8c1d54de059..e4b65c49340 100644 --- a/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCCodeEmitter.cpp b/lib/Target/PowerPC/PPCCodeEmitter.cpp index b64a6b8d0bc..ad7ff492f3f 100644 --- a/lib/Target/PowerPC/PPCCodeEmitter.cpp +++ b/lib/Target/PowerPC/PPCCodeEmitter.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCFrameInfo.h b/lib/Target/PowerPC/PPCFrameInfo.h index c1baf930410..d1bae8b1aa1 100644 --- a/lib/Target/PowerPC/PPCFrameInfo.h +++ b/lib/Target/PowerPC/PPCFrameInfo.h @@ -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" diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 35087a5741e..8c566ab7f0c 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "PowerPC.h" +#include "PPC.h" #include "PPC32TargetMachine.h" #include "PPC32ISelLowering.h" #include "llvm/CodeGen/MachineInstrBuilder.h" diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h index eecbfda01d3..ba0a577ef0e 100644 --- a/lib/Target/PowerPC/PPCISelLowering.h +++ b/lib/Target/PowerPC/PPCISelLowering.h @@ -17,7 +17,7 @@ #include "llvm/Target/TargetLowering.h" #include "llvm/CodeGen/SelectionDAG.h" -#include "PowerPC.h" +#include "PPC.h" namespace llvm { namespace PPCISD { diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index ddf694655e9..a1f6b1c3c0a 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include "PowerPC.h" +#include "PPC.h" #include "PPCInstrBuilder.h" #include "PPC32InstrInfo.h" #include "PPC32TargetMachine.h" diff --git a/lib/Target/PowerPC/PPCInstrInfo.cpp b/lib/Target/PowerPC/PPCInstrInfo.cpp index d4910dc377d..46f8a72fe03 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/lib/Target/PowerPC/PPCInstrInfo.cpp @@ -13,7 +13,7 @@ #include "PPC32InstrInfo.h" #include "PPCGenInstrInfo.inc" -#include "PowerPC.h" +#include "PPC.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include using namespace llvm; diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h index 8a230897e79..a6cf5ad1b42 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.h +++ b/lib/Target/PowerPC/PPCInstrInfo.h @@ -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" diff --git a/lib/Target/PowerPC/PPCRegisterInfo.cpp b/lib/Target/PowerPC/PPCRegisterInfo.cpp index 46ae98f118b..aad9861cd78 100644 --- a/lib/Target/PowerPC/PPCRegisterInfo.cpp +++ b/lib/Target/PowerPC/PPCRegisterInfo.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "reginfo" -#include "PowerPC.h" +#include "PPC.h" #include "PPCInstrBuilder.h" #include "PPC32RegisterInfo.h" #include "llvm/Constants.h" diff --git a/lib/Target/PowerPC/PPCRegisterInfo.h b/lib/Target/PowerPC/PPCRegisterInfo.h index ed361578e5c..e9ef9ce2eef 100644 --- a/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/lib/Target/PowerPC/PPCRegisterInfo.h @@ -14,7 +14,7 @@ #ifndef POWERPC32_REGISTERINFO_H #define POWERPC32_REGISTERINFO_H -#include "PowerPC.h" +#include "PPC.h" #include "PPCGenRegisterInfo.h.inc" #include diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp index 62f36c69262..b0861d73456 100644 --- a/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/lib/Target/PowerPC/PPCSubtarget.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 2a0b626fb94..fcd170c1255 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h index 91c1f1b79b6..338d5dac914 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.h +++ b/lib/Target/PowerPC/PPCTargetMachine.h @@ -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"