summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2006-05-12 06:33:49 +0000
committerOwen Anderson <resistor@mac.com>2006-05-12 06:33:49 +0000
commit8c2c1e90c4bd5346bad55c98988aafb9954cbff9 (patch)
treee39adc9ffc68a3ac0178060667b7139c90e734ce /llvm/lib/ExecutionEngine/JIT/JIT.cpp
parentd7c77b8c56faa19fe6c78ca3f65f057b1769f6ef (diff)
downloadbcm5719-llvm-8c2c1e90c4bd5346bad55c98988aafb9954cbff9.tar.gz
bcm5719-llvm-8c2c1e90c4bd5346bad55c98988aafb9954cbff9.zip
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
TargetData.h. This should make recompiles a bit faster with my current TargetData tinkering. llvm-svn: 28238
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 022bd658c21..738b3a8547a 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -24,6 +24,7 @@
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"
+#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetJITInfo.h"
#include <iostream>
OpenPOWER on IntegriCloud