aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/print-rtl.h')
-rw-r--r--gcc/print-rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h
index 81dfcba..eee949a 100644
--- a/gcc/print-rtl.h
+++ b/gcc/print-rtl.h
@@ -153,7 +153,7 @@ class rtx_reuse_manager
private:
hash_map<const_rtx, int> m_rtx_occurrence_count;
hash_map<const_rtx, int> m_rtx_reuse_ids;
- bitmap_head m_defs_seen;
+ auto_bitmap m_defs_seen;
int m_next_id;
};