aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/Collectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/Collectors.h')
-rw-r--r--include/llvm/CodeGen/Collectors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/Collectors.h b/include/llvm/CodeGen/Collectors.h
index 0d9e451..1658da1 100644
--- a/include/llvm/CodeGen/Collectors.h
+++ b/include/llvm/CodeGen/Collectors.h
@@ -20,11 +20,16 @@
namespace llvm {
class Collector;
+ class GCMetadataPrinter;
/// The collector registry uses all the defaults from Registry.
///
typedef Registry<Collector> CollectorRegistry;
+ /// The GC assembly printer registry uses all the defaults from Registry.
+ ///
+ typedef Registry<GCMetadataPrinter> GCMetadataPrinterRegistry;
+
/// FIXME: Collector instances are not useful on their own. These no longer
/// serve any purpose except to link in the plugins.