diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 55ab7d0..cddc439 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -994,7 +994,7 @@ tree default_mangle_decl_assembler_name (tree decl ATTRIBUTE_UNUSED, HOST_WIDE_INT default_vector_alignment (const_tree type) { - return tree_low_cst (TYPE_SIZE (type), 0); + return tree_to_shwi (TYPE_SIZE (type)); } bool |