aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index b55a2c0..ced99a3 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -113,7 +113,8 @@ struct basic_block_def entry_exit_blocks[2]
NULL, /* loop_father */
0, /* count */
0, /* frequency */
- 0 /* flags */
+ 0, /* flags */
+ NULL /* rbi */
},
{
NULL, /* head */
@@ -134,7 +135,8 @@ struct basic_block_def entry_exit_blocks[2]
NULL, /* loop_father */
0, /* count */
0, /* frequency */
- 0 /* flags */
+ 0, /* flags */
+ NULL /* rbi */
}
};