mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Rename PPC32*.h to PPC*.h
This completes the grand PPC file renaming git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9459b731a
commit
16e71f2f70
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -11,7 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "PPC32InstrInfo.h"
|
||||
#include "PPCInstrInfo.h"
|
||||
#include "PPCGenInstrInfo.inc"
|
||||
#include "PPC.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "PPC.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "PPC32RegisterInfo.h"
|
||||
#include "PPCRegisterInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user