diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-01 18:15:35 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-01 18:15:35 +0000 |
commit | e61e120c17d185ff8b15beb4db238d007488ac21 (patch) | |
tree | 00c3489a33a8de5cd90a8033a99da0eb0e632e1a /llvm/lib/ExecutionEngine/JIT | |
parent | 33696cd9cf04286f658ab5cc647cb6a8385762d7 (diff) | |
download | bcm5719-llvm-e61e120c17d185ff8b15beb4db238d007488ac21.tar.gz bcm5719-llvm-e61e120c17d185ff8b15beb4db238d007488ac21.zip |
Prune a few dependencies on MachineFunction.h.
llvm-svn: 52976
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JIT.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp index 48286e915ee..940434c731c 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp +++ b/llvm/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" |