summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-09 03:15:40 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-09 03:15:40 +0000
commitc3c242c3aca5c2d2ce9de80f602bab9e200e8a78 (patch)
tree582ba9f9635db33304a9bf87896b6fca39b31a0b /llvm/lib/ExecutionEngine
parent9a06c2bc2538e7a3d51226cfa687539a1b927a89 (diff)
downloadbcm5719-llvm-c3c242c3aca5c2d2ce9de80f602bab9e200e8a78.tar.gz
bcm5719-llvm-c3c242c3aca5c2d2ce9de80f602bab9e200e8a78.zip
Remove #include of PassManager.h which was marked FIXME, and apparently is no
longer used. llvm-svn: 9823
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index b5a1c7887d7..fedb6e46b08 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -20,9 +20,6 @@
#include "llvm/Target/TargetMachineImpls.h"
#include "Support/CommandLine.h"
-// FIXME: REMOVE THIS
-#include "llvm/PassManager.h"
-
#if !defined(ENABLE_X86_JIT) && !defined(ENABLE_SPARC_JIT)
#define NO_JITS_ENABLED
#endif
OpenPOWER on IntegriCloud