summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-01-27 08:27:03 +0000
committerEric Christopher <echristo@gmail.com>2015-01-27 08:27:03 +0000
commite005826526220f66bdc3c15a29d079450c087727 (patch)
tree9b219d97c826f1fb742c21b657aab54be337afc1 /llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
parent60f12026fbdd10d754eb2cf564fef6cf8322d348 (diff)
downloadbcm5719-llvm-e005826526220f66bdc3c15a29d079450c087727.tar.gz
bcm5719-llvm-e005826526220f66bdc3c15a29d079450c087727.zip
Remove some extraneous includes.
llvm-svn: 227180
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
index 9349dfd0a62..f41f6b4fcf6 100644
--- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
+++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
@@ -25,8 +25,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/MutexGuard.h"
-#include "llvm/Target/TargetLowering.h"
-#include "llvm/Target/TargetSubtargetInfo.h"
using namespace llvm;
OpenPOWER on IntegriCloud