From c3c242c3aca5c2d2ce9de80f602bab9e200e8a78 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 9 Nov 2003 03:15:40 +0000 Subject: [PATCH] Remove #include of PassManager.h which was marked FIXME, and apparently is no longer used. llvm-svn: 9823 --- llvm/lib/ExecutionEngine/JIT/JIT.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp index b5a1c7887d79..fedb6e46b087 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