diff options
Diffstat (limited to 'gcc/tree-object-size.h')
-rw-r--r-- | gcc/tree-object-size.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/tree-object-size.h b/gcc/tree-object-size.h index 836f6d3f64..1b55805732 100644 --- a/gcc/tree-object-size.h +++ b/gcc/tree-object-size.h @@ -1,5 +1,5 @@ /* Declarations for tree-object-size.c. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_TREE_OBJECT_SIZE_H extern void init_object_sizes (void); -extern unsigned HOST_WIDE_INT compute_builtin_object_size (tree, int); +extern void fini_object_sizes (void); +extern bool compute_builtin_object_size (tree, int, unsigned HOST_WIDE_INT *); #endif // GCC_TREE_OBJECT_SIZE_H |