aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index e9385c9..9ed0c36 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -58,8 +58,9 @@ typedef int_hash <unsigned short, 0> dependence_hash;
/* Optional data for duplicate_block. */
-struct copy_bb_data
+class copy_bb_data
{
+public:
copy_bb_data() : dependence_map (NULL) {}
~copy_bb_data () { delete dependence_map; }