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

longer used.

llvm-svn: 9823
This commit is contained in:
Brian Gaeke 2003-11-09 03:15:40 +00:00
parent 9a06c2bc25
commit c3c242c3ac
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@
#include "llvm/Target/TargetMachineImpls.h" #include "llvm/Target/TargetMachineImpls.h"
#include "Support/CommandLine.h" #include "Support/CommandLine.h"
// FIXME: REMOVE THIS
#include "llvm/PassManager.h"
#if !defined(ENABLE_X86_JIT) && !defined(ENABLE_SPARC_JIT) #if !defined(ENABLE_X86_JIT) && !defined(ENABLE_SPARC_JIT)
#define NO_JITS_ENABLED #define NO_JITS_ENABLED
#endif #endif