mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
[PM] Remove an unused and rather expensive mapping from an analysis
group's interface to all of the implementations of that analysis group. The groups themselves can and do manage this anyways, the pass registry needn't involve itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -48,12 +48,6 @@ class PassRegistry {
|
||||
typedef StringMap<const PassInfo *> StringMapType;
|
||||
StringMapType PassInfoStringMap;
|
||||
|
||||
/// AnalysisGroupInfo - Keep track of information for each analysis group.
|
||||
struct AnalysisGroupInfo {
|
||||
SmallPtrSet<const PassInfo *, 8> Implementations;
|
||||
};
|
||||
DenseMap<const PassInfo *, AnalysisGroupInfo> AnalysisGroupInfoMap;
|
||||
|
||||
std::vector<std::unique_ptr<const PassInfo>> ToFree;
|
||||
std::vector<PassRegistrationListener *> Listeners;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user