From: Jan Hubicka Date: Tue, 3 Aug 2004 14:05:15 +0000 (+0200) Subject: coverage.c (tree_coverage_counter_ref): Fix computation of the new ARRAY_REF argument. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d836edf84ffe456a95a8870651b7767566104740;p=gcc.git coverage.c (tree_coverage_counter_ref): Fix computation of the new ARRAY_REF argument. * coverage.c (tree_coverage_counter_ref): Fix computation of the new ARRAY_REF argument. From-SVN: r85477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30dfb57432a..de1e8508b1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-03 Jan Hubicka + + * coverage.c (tree_coverage_counter_ref): Fix computation of the new + ARRAY_REF argument. + 2004-08-03 Richard Earnshaw * arm-cores.def: Sort by architecture. Add arm946es, arm966es, diff --git a/gcc/coverage.c b/gcc/coverage.c index abaad02d11d..4b4c6362834 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -437,7 +437,7 @@ tree_coverage_counter_ref (unsigned counter, unsigned no) fold_convert (domain_type, build_int_2 (no, 0)), TYPE_MIN_VALUE (domain_type), size_binop (EXACT_DIV_EXPR, TYPE_SIZE_UNIT (GCOV_TYPE_NODE), - size_int (TYPE_ALIGN (GCOV_TYPE_NODE)))); + size_int (TYPE_ALIGN_UNIT (GCOV_TYPE_NODE)))); } /* Generate a checksum for a string. CHKSUM is the current