diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-05-09 21:37:13 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-05-09 22:14:04 +0200 |
commit | 65ba91b79e1664ba7e7f60f68e4cb956453b692e (patch) | |
tree | 65d9b2f0e7fdd202b43b2904e14a15d159eb9794 /gcc/tree.h | |
parent | 8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 (diff) | |
download | gcc-65ba91b79e1664ba7e7f60f68e4cb956453b692e.zip gcc-65ba91b79e1664ba7e7f60f68e4cb956453b692e.tar.gz gcc-65ba91b79e1664ba7e7f60f68e4cb956453b692e.tar.bz2 |
Remove last use of expr_align
It was in the ada/gcc-interface repository and is outdated.
* tree.h (expr_align): Delete.
* tree.c (expr_align): Likewise.
ada/
* gcc-interface/utils2.c: Include builtins.h.
(known_alignment) <ADDR_EXPR>: Use DECL_ALIGN for DECL_P operands
and get_object_alignment for the rest.
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4641,7 +4641,6 @@ extern hashval_t type_hash_canon_hash (tree); extern tree type_hash_canon (unsigned int, tree); extern tree convert (tree, tree); -extern unsigned int expr_align (const_tree); extern tree size_in_bytes_loc (location_t, const_tree); inline tree size_in_bytes (const_tree t) |