diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-06 16:47:06 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-06 16:47:06 +0000 |
commit | 5438cc6910b0fb641e5e0449c178899fe410aaff (patch) | |
tree | 70913adf112aa717671e7ba7975548e315226599 /llvm/lib | |
parent | 6b67dfa54c715cce0e20178673c42a7a9428935d (diff) | |
download | bcm5719-llvm-5438cc6910b0fb641e5e0449c178899fe410aaff.tar.gz bcm5719-llvm-5438cc6910b0fb641e5e0449c178899fe410aaff.zip |
Remove unused PPC.h includes under llvm/lib/Target/PowerPC.
llvm-svn: 362718
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp | 3 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.h | 1 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp index 472019c8d16..391ebcc1a14 100644 --- a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp +++ b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp @@ -11,9 +11,8 @@ //===----------------------------------------------------------------------===// #include "PPCHazardRecognizers.h" -#include "PPC.h" #include "PPCInstrInfo.h" -#include "PPCTargetMachine.h" +#include "PPCSubtarget.h" #include "llvm/CodeGen/ScheduleDAG.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index 4ebb3b79b51..180ad29216c 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -14,7 +14,6 @@ #ifndef LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H #define LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H -#include "PPC.h" #include "PPCInstrInfo.h" #include "llvm/CodeGen/CallingConvLower.h" #include "llvm/CodeGen/MachineFunction.h" diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h index a8d9d092854..993b2977cef 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h +++ b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h @@ -16,7 +16,6 @@ #ifndef LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H #define LLVM_LIB_TARGET_POWERPC_PPCTARGETTRANSFORMINFO_H -#include "PPC.h" #include "PPCTargetMachine.h" #include "llvm/Analysis/TargetTransformInfo.h" #include "llvm/CodeGen/BasicTTIImpl.h" |