forked from OSchip/llvm-project
Remove #include of PassManager.h which was marked FIXME, and apparently is no
longer used. llvm-svn: 9823
This commit is contained in:
parent
9a06c2bc25
commit
c3c242c3ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue