diff options
Diffstat (limited to 'gcc/cfg.cc')
-rw-r--r-- | gcc/cfg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ dump_bb_info (FILE *outf, basic_block bb, int indent, dump_flags_t flags, NULL #undef DEF_BASIC_BLOCK_FLAG }; - const unsigned n_bitnames = sizeof (bb_bitnames) / sizeof (char *); + const unsigned n_bitnames = ARRAY_SIZE (bb_bitnames); bool first; char *s_indent = (char *) alloca ((size_t) indent + 1); memset ((void *) s_indent, ' ', (size_t) indent); |