summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-01 18:15:35 +0000
committerDan Gohman <gohman@apple.com>2008-07-01 18:15:35 +0000
commit2dad0250f683ac5b28a8984ce5be00d299f3c35e (patch)
tree540433a66cd1a607b2c71e8e1fbde00ff7d564f0 /lib/ExecutionEngine
parentf1a792bc59a4d65d0e346109c681768e07e62be5 (diff)
downloadllvm-2dad0250f683ac5b28a8984ce5be00d299f3c35e.tar.gz
llvm-2dad0250f683ac5b28a8984ce5be00d299f3c35e.tar.bz2
llvm-2dad0250f683ac5b28a8984ce5be00d299f3c35e.tar.xz
Prune a few dependencies on MachineFunction.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
-rw-r--r--lib/ExecutionEngine/JIT/JIT.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/JIT/JIT.cpp b/lib/ExecutionEngine/JIT/JIT.cpp
index 48286e915e..940434c731 100644
--- a/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/lib/ExecutionEngine/JIT/JIT.cpp
@@ -20,7 +20,6 @@
#include "llvm/Instructions.h"
#include "llvm/ModuleProvider.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"
-#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"