X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FPassRegistry.h;h=8c28ef5e7e614e9de71e18eb5462ecb2349eb5ea;hb=339fd2d81a02de803e9d29b50e55f9989aaa5ffe;hp=6233f24c5fd8a7c2a70938e6300777192f4f1d69;hpb=891fb0b4e5feb7bfd0eb81aadd2058226581f02c;p=oota-llvm.git diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h index 6233f24c5fd..8c28ef5e7e6 100644 --- a/include/llvm/PassRegistry.h +++ b/include/llvm/PassRegistry.h @@ -48,12 +48,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;