X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FPassRegistry.h;h=e7fe1f53a4d40ba773367c192e11ee592f116ca4;hb=ff65de018b6bb5bc4da3e923bbc0f55c5ca8e039;hp=6233f24c5fd8a7c2a70938e6300777192f4f1d69;hpb=891fb0b4e5feb7bfd0eb81aadd2058226581f02c;p=oota-llvm.git diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h index 6233f24c5fd..e7fe1f53a4d 100644 --- a/include/llvm/PassRegistry.h +++ b/include/llvm/PassRegistry.h @@ -17,7 +17,6 @@ #ifndef LLVM_PASSREGISTRY_H #define LLVM_PASSREGISTRY_H -#include "llvm-c/Core.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/StringMap.h" @@ -48,12 +47,6 @@ class PassRegistry { typedef StringMap StringMapType; StringMapType PassInfoStringMap; - /// AnalysisGroupInfo - Keep track of information for each analysis group. - struct AnalysisGroupInfo { - SmallPtrSet Implementations; - }; - DenseMap AnalysisGroupInfoMap; - std::vector> ToFree; std::vector Listeners;