mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Rename PowerPC*.h to PPC*.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26bd0d48a1
commit
2668959b88
@ -14,7 +14,7 @@
|
||||
#ifndef POWERPC_DARWIN_JITINFO_H
|
||||
#define POWERPC_DARWIN_JITINFO_H
|
||||
|
||||
#include "PowerPCJITInfo.h"
|
||||
#include "PPCJITInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
class TargetMachine;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "PowerPC.h"
|
||||
#include "PPC.h"
|
||||
#include "PPC32TargetMachine.h"
|
||||
#include "PPC32ISelLowering.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.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 {
|
||||
|
@ -13,7 +13,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "PowerPC.h"
|
||||
#include "PPC.h"
|
||||
#include "PPCInstrBuilder.h"
|
||||
#include "PPC32InstrInfo.h"
|
||||
#include "PPC32TargetMachine.h"
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "reginfo"
|
||||
#include "PowerPC.h"
|
||||
#include "PPC.h"
|
||||
#include "PPCInstrBuilder.h"
|
||||
#include "PPC32RegisterInfo.h"
|
||||
#include "llvm/Constants.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>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user