summaryrefslogtreecommitdiffstats
path: root/gcc/coverage.c
diff options
context:
space:
mode:
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
OpenPOWER on IntegriCloud