diff options
Diffstat (limited to 'llvm/lib/Target')
17 files changed, 19 insertions, 19 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PPC.h index d58d2a6127a..d58d2a6127a 100644 --- a/llvm/lib/Target/PowerPC/PowerPC.h +++ b/llvm/lib/Target/PowerPC/PPC.h diff --git a/llvm/lib/Target/PowerPC/PPC32CodeEmitter.cpp b/llvm/lib/Target/PowerPC/PPC32CodeEmitter.cpp index b64a6b8d0bc..ad7ff492f3f 100644 --- a/llvm/lib/Target/PowerPC/PPC32CodeEmitter.cpp +++ b/llvm/lib/Target/PowerPC/PPC32CodeEmitter.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/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp index ddf694655e9..a1f6b1c3c0a 100644 --- a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp +++ b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include "PowerPC.h" +#include "PPC.h" #include "PPCInstrBuilder.h" #include "PPC32InstrInfo.h" #include "PPC32TargetMachine.h" diff --git a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp index d4910dc377d..46f8a72fe03 100644 --- a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp @@ -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; diff --git a/llvm/lib/Target/PowerPC/PPC32InstrInfo.h b/llvm/lib/Target/PowerPC/PPC32InstrInfo.h index 8a230897e79..a6cf5ad1b42 100644 --- a/llvm/lib/Target/PowerPC/PPC32InstrInfo.h +++ b/llvm/lib/Target/PowerPC/PPC32InstrInfo.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/llvm/lib/Target/PowerPC/PPC32JITInfo.h b/llvm/lib/Target/PowerPC/PPC32JITInfo.h index e2760d0ebbf..06f7fcbf9a9 100644 --- a/llvm/lib/Target/PowerPC/PPC32JITInfo.h +++ b/llvm/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/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp index 46ae98f118b..aad9861cd78 100644 --- a/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.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/llvm/lib/Target/PowerPC/PPC32RegisterInfo.h b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.h index ed361578e5c..e9ef9ce2eef 100644 --- a/llvm/lib/Target/PowerPC/PPC32RegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.h @@ -14,7 +14,7 @@ #ifndef POWERPC32_REGISTERINFO_H #define POWERPC32_REGISTERINFO_H -#include "PowerPC.h" +#include "PPC.h" #include "PPCGenRegisterInfo.h.inc" #include <map> diff --git a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h index 91c1f1b79b6..338d5dac914 100644 --- a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h +++ b/llvm/lib/Target/PowerPC/PPC32TargetMachine.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" diff --git a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp index 29853f1ab79..1c6196cc2d5 100644 --- a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp +++ b/llvm/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/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp index 8c1d54de059..e4b65c49340 100644 --- a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp +++ b/llvm/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/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h b/llvm/lib/Target/PowerPC/PPCFrameInfo.h index c1baf930410..d1bae8b1aa1 100644 --- a/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h +++ b/llvm/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/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 35087a5741e..8c566ab7f0c 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/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/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index eecbfda01d3..ba0a577ef0e 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/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/llvm/lib/Target/PowerPC/PowerPCJITInfo.h b/llvm/lib/Target/PowerPC/PPCJITInfo.h index e91bff27691..e91bff27691 100644 --- a/llvm/lib/Target/PowerPC/PowerPCJITInfo.h +++ b/llvm/lib/Target/PowerPC/PPCJITInfo.h diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp index 62f36c69262..b0861d73456 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/llvm/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/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp index 2a0b626fb94..fcd170c1255 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/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" |