summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
committerEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
commitdb1c4942760e926a6c606b924d47ec18d513b674 (patch)
tree060d5e0397668a08cdb23c0083d9c7301be9cc3e /lib/Target/PowerPC
parent373c16a70239c684b776875f92650ab1cd8ed097 (diff)
downloadllvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.gz
llvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.bz2
llvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.xz
Remove extraneous includes from the target machines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h
index 3cf8063b70..4c7029ca7a 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.h
+++ b/lib/Target/PowerPC/PPCTargetMachine.h
@@ -14,11 +14,7 @@
#ifndef PPC_TARGETMACHINE_H
#define PPC_TARGETMACHINE_H
-#include "PPCFrameLowering.h"
-#include "PPCISelLowering.h"
#include "PPCInstrInfo.h"
-#include "PPCJITInfo.h"
-#include "PPCSelectionDAGInfo.h"
#include "PPCSubtarget.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Target/TargetMachine.h"