blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl
[oota-llvm.git] / include / llvm / CodeGen / GCMetadata.h
index fa40049dbd2450d80a491835f39335a1b13674d1..ea9454259ef3392095e9018cd4c875fd5f5c382a 100644 (file)
@@ -35,8 +35,8 @@
 
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/IR/DebugLoc.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/DebugLoc.h"
 
 namespace llvm {
   class AsmPrinter;
@@ -180,7 +180,8 @@ namespace llvm {
     GCModuleInfo();
     ~GCModuleInfo();
 
-    /// clear - Resets the pass. The metadata deleter pass calls this.
+    /// clear - Resets the pass. Any pass, which uses GCModuleInfo, should
+    /// call it in doFinalization().
     ///
     void clear();