Switch the internal "Info" map from an std::map to a DenseMap. This
[oota-llvm.git] / include / llvm / Analysis / ProfileInfo.h
index 88b2ea1c8c6b1c695be453dd5bb793b6bea9432b..74e3bc232c4f39dbee601e9220072aa91ff5749f 100644 (file)
@@ -38,6 +38,7 @@ namespace llvm {
     // entered.
     std::map<std::pair<BasicBlock*, BasicBlock*>, unsigned> EdgeCounts;
   public:
+    static char ID; // Class identification, replacement for typeinfo
     virtual ~ProfileInfo();  // We want to be subclassed
 
     //===------------------------------------------------------------------===//