diff options
Diffstat (limited to 'gcc/dwarf2out.cc')
-rw-r--r-- | gcc/dwarf2out.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc index 5681b01..4ef644c 100644 --- a/gcc/dwarf2out.cc +++ b/gcc/dwarf2out.cc @@ -13532,8 +13532,7 @@ static const dwarf_qual_info_t dwarf_qual_info[] = { TYPE_QUAL_RESTRICT, DW_TAG_restrict_type }, { TYPE_QUAL_ATOMIC, DW_TAG_atomic_type } }; -static const unsigned int dwarf_qual_info_size - = sizeof (dwarf_qual_info) / sizeof (dwarf_qual_info[0]); +static const unsigned int dwarf_qual_info_size = ARRAY_SIZE (dwarf_qual_info); /* If DIE is a qualified DIE of some base DIE with the same parent, return the base DIE, otherwise return NULL. Set MASK to the |