aboutsummaryrefslogtreecommitdiff
path: root/gcc/regrename.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regrename.h')
-rw-r--r--gcc/regrename.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/regrename.h b/gcc/regrename.h
index 37f5e39..e9f2823 100644
--- a/gcc/regrename.h
+++ b/gcc/regrename.h
@@ -22,8 +22,9 @@ along with GCC; see the file COPYING3. If not see
/* We keep linked lists of DU_HEAD structures, each of which describes
a chain of occurrences of a reg. */
-struct du_head
+class du_head
{
+public:
/* The next chain. */
struct du_head *next_chain;
/* The first and last elements of this chain. */