summaryrefslogtreecommitdiff
path: root/gcc/gimple-collector.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-collector.c')
-rw-r--r--gcc/gimple-collector.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/gimple-collector.c b/gcc/gimple-collector.c
index 2e23fc1e3ab..3a38e2334dd 100644
--- a/gcc/gimple-collector.c
+++ b/gcc/gimple-collector.c
@@ -114,3 +114,11 @@ GimpleTypeCollector::_walk_pre(gcall *s)
exprCollector.walk(lhs);
}
+
+void
+GimpleTypeCollector::print_collected()
+{
+ ptrset_t sets = get_pointer_set();
+ sets.print_in_points_to_record();
+
+}