summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-08-03 16:05:15 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2004-08-03 14:05:15 +0000
commitd836edf84ffe456a95a8870651b7767566104740 (patch)
treee65adf11ada3be14279f6b18e73291d5e1ee5311 /gcc/coverage.c
parentf9e8581ad41c49a22d1b9e38c3a230956cd61312 (diff)
downloadgcc-d836edf84ffe456a95a8870651b7767566104740.tar.gz
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
Diffstat (limited to 'gcc/coverage.c')
-rw-r--r--gcc/coverage.c2
1 files changed, 1 insertions, 1 deletions
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