X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FPass.cpp;h=9afc540633219bb8ac6ff611f1682e7fa7a155ed;hb=b6777eae58392cb5e19282622996e81c72b72a3e;hp=7a7913b338ae3c4008228fb94b8e61fea846a34e;hpb=fa5c2a67c38da929ef98c2a814fbac93404fb814;p=oota-llvm.git diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp index 7a7913b338a..9afc5406332 100644 --- a/lib/VMCore/Pass.cpp +++ b/lib/VMCore/Pass.cpp @@ -14,17 +14,11 @@ //===----------------------------------------------------------------------===// #include "llvm/Pass.h" -#include "llvm/PassManager.h" #include "llvm/PassRegistry.h" -#include "llvm/Module.h" -#include "llvm/ADT/StringMap.h" #include "llvm/Assembly/PrintModulePass.h" #include "llvm/Support/Debug.h" #include "llvm/Support/PassNameParser.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Atomic.h" -#include "llvm/System/Mutex.h" -#include "llvm/System/Threading.h" using namespace llvm; //===----------------------------------------------------------------------===// @@ -219,7 +213,6 @@ RegisterAGBase::RegisterAGBase(const char *Name, const void *InterfaceID, *this, isDefault); } - //===----------------------------------------------------------------------===// // PassRegistrationListener implementation //