aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2020-05-09 21:37:13 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2020-05-09 22:14:04 +0200
commit65ba91b79e1664ba7e7f60f68e4cb956453b692e (patch)
tree65d9b2f0e7fdd202b43b2904e14a15d159eb9794 /gcc/tree.h
parent8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 (diff)
downloadgcc-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index c51c4b6..4644d66 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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)