projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d338a23
)
Remove #include of PassManager.h which was marked FIXME, and apparently is no
author
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 9 Nov 2003 03:15:40 +0000
(
03:15
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 9 Nov 2003 03:15:40 +0000
(
03:15
+0000)
longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9823
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/JIT/JIT.cpp
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/JIT.cpp
b/lib/ExecutionEngine/JIT/JIT.cpp
index b5a1c7887d79438b6c5b24fb0396d8d1ae0944fe..fedb6e46b087b70351128fabef014a24b3273f12 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JIT.cpp
+++ b/
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