summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-03-19 22:36:38 +0000
committerEric Christopher <echristo@gmail.com>2015-03-19 22:36:38 +0000
commitcf7b5f5fc57d5e9cf2e1f20f2e9d7b99cb6b6759 (patch)
tree17c16b404a5964ead8e2098b16b69465504e3e3c /llvm/lib/CodeGen
parent12cf76fe266bba04e8cb1f2d18e44e5947fab9a0 (diff)
downloadbcm5719-llvm-cf7b5f5fc57d5e9cf2e1f20f2e9d7b99cb6b6759.tar.gz
bcm5719-llvm-cf7b5f5fc57d5e9cf2e1f20f2e9d7b99cb6b6759.zip
Remove unused headers.
llvm-svn: 232777
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 0e948a80c48..f463f70d3e6 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -30,12 +30,8 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/TargetRegistry.h"
-#include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Target/TargetOptions.h"
-#include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Transforms/Scalar.h"
using namespace llvm;
OpenPOWER on IntegriCloud