aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index ff3f367..5eb9c24 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -115,6 +115,7 @@ struct basic_block_def entry_exit_blocks[2]
0, /* count */
0, /* frequency */
0, /* flags */
+ 0, /* partition */
NULL /* rbi */
},
{
@@ -138,6 +139,7 @@ struct basic_block_def entry_exit_blocks[2]
0, /* count */
0, /* frequency */
0, /* flags */
+ 0, /* partition */
NULL /* rbi */
}
};