summaryrefslogtreecommitdiff
path: root/gcc/regrename.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regrename.c')
-rw-r--r--gcc/regrename.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c
index 5259d565e58..7dbbeb91a6d 100644
--- a/gcc/regrename.c
+++ b/gcc/regrename.c
@@ -547,8 +547,9 @@ struct incoming_reg_info {
A pointer to such a structure is stored in each basic block's aux field
during regrename_analyze, except for blocks we know can't be optimized
(such as entry and exit blocks). */
-struct bb_rename_info
+class bb_rename_info
{
+public:
/* The basic block corresponding to this structure. */
basic_block bb;
/* Copies of the global information. */