]> granicus.if.org Git - llvm/commitdiff
Remove unused PPC.h includes under llvm/lib/Target/PowerPC.
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 6 Jun 2019 16:47:06 +0000 (16:47 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 6 Jun 2019 16:47:06 +0000 (16:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362718 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCTargetTransformInfo.h

index 472019c8d160e9ff29305284ef9c2d8067136811..391ebcc1a143e9bc8d5fd5cceeedaa0a6e58a2e3 100644 (file)
@@ -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"
index 4ebb3b79b51c81c0fb62ea76dbf83f1c9db5409e..180ad29216ca8d920935b2a5715d8db8260fddb8 100644 (file)
@@ -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"
index a8d9d092854facec5ed3f8543a355a41e3ce7210..993b2977cef47040d04448e798e32360a87f0aa5 100644 (file)
@@ -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"