Remove #include of PassManager.h which was marked FIXME, and apparently is no

longer used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-11-09 03:15:40 +00:00
parent d338a23b0c
commit 0bb3c2b854

View File

@ -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