diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c index ff3f3679136..5eb9c248c5b 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 */ } }; |