mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove unused PPC.h includes under llvm/lib/Target/PowerPC.
llvm-svn: 362718
This commit is contained in:
parent
8950f658b4
commit
ea75af2e8e
@ -11,9 +11,8 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "PPCHazardRecognizers.h"
|
#include "PPCHazardRecognizers.h"
|
||||||
#include "PPC.h"
|
|
||||||
#include "PPCInstrInfo.h"
|
#include "PPCInstrInfo.h"
|
||||||
#include "PPCTargetMachine.h"
|
#include "PPCSubtarget.h"
|
||||||
#include "llvm/CodeGen/ScheduleDAG.h"
|
#include "llvm/CodeGen/ScheduleDAG.h"
|
||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
#include "llvm/Support/ErrorHandling.h"
|
#include "llvm/Support/ErrorHandling.h"
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#ifndef LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
|
#ifndef LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
|
||||||
#define LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
|
#define LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
|
||||||
|
|
||||||
#include "PPC.h"
|
|
||||||
#include "PPCInstrInfo.h"
|
#include "PPCInstrInfo.h"
|
||||||
#include "llvm/CodeGen/CallingConvLower.h"
|
#include "llvm/CodeGen/CallingConvLower.h"
|
||||||
#include "llvm/CodeGen/MachineFunction.h"
|
#include "llvm/CodeGen/MachineFunction.h"
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#ifndef LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H
|
#ifndef LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H
|
||||||
#define LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H
|
#define LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H
|
||||||
|
|
||||||
#include "PPC.h"
|
|
||||||
#include "PPCTargetMachine.h"
|
#include "PPCTargetMachine.h"
|
||||||
#include "llvm/Analysis/TargetTransformInfo.h"
|
#include "llvm/Analysis/TargetTransformInfo.h"
|
||||||
#include "llvm/CodeGen/BasicTTIImpl.h"
|
#include "llvm/CodeGen/BasicTTIImpl.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user