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:
Chris Lattner 2005-10-14 23:51:18 +00:00
parent 26bd0d48a1
commit 2668959b88
15 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@
#ifndef POWERPC_DARWIN_JITINFO_H
#define POWERPC_DARWIN_JITINFO_H
#include "PowerPCJITInfo.h"
#include "PPCJITInfo.h"
namespace llvm {
class TargetMachine;

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "PowerPC.h"
#include "PPC.h"
#include "PPC32TargetMachine.h"
#include "PPC32ISelLowering.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"

View File

@ -17,7 +17,7 @@
#include "llvm/Target/TargetLowering.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "PowerPC.h"
#include "PPC.h"
namespace llvm {
namespace PPCISD {

View File

@ -13,7 +13,7 @@
//
//===----------------------------------------------------------------------===//
#include "PowerPC.h"
#include "PPC.h"
#include "PPCInstrBuilder.h"
#include "PPC32InstrInfo.h"
#include "PPC32TargetMachine.h"

View File

@ -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;

View File

@ -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"

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "reginfo"
#include "PowerPC.h"
#include "PPC.h"
#include "PPCInstrBuilder.h"
#include "PPC32RegisterInfo.h"
#include "llvm/Constants.h"

View File

@ -14,7 +14,7 @@
#ifndef POWERPC32_REGISTERINFO_H
#define POWERPC32_REGISTERINFO_H
#include "PowerPC.h"
#include "PPC.h"
#include "PPCGenRegisterInfo.h.inc"
#include <map>

View File

@ -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"

View File

@ -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"

View File

@ -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"