OSDN Git Service

* config/rs6000/rs6000.md: Document why a pattern is not
[pf3gnuchains/gcc-fork.git] / gcc / cfg.c
index ff3f367..5eb9c24 100644 (file)
--- 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 */
   }
 };