aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-04 23:22:30 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-04 23:22:30 +0000
commite0ce77087ddb36d0f29bdc43b840b7dbdec6d478 (patch)
tree60a3e790cb56f6fb015bb41fd7465afb5eb90363 /gcc/tree.h
parent9167e1c07fac50ee6bfc9277a79a31be5f5e3dfb (diff)
downloadgcc-e0ce77087ddb36d0f29bdc43b840b7dbdec6d478.zip
gcc-e0ce77087ddb36d0f29bdc43b840b7dbdec6d478.tar.gz
gcc-e0ce77087ddb36d0f29bdc43b840b7dbdec6d478.tar.bz2
expr.c (mostly_zero_p): Make it static.
* expr.c (mostly_zero_p): Make it static. * tree.h: Remove the prototype for mostly_zeros_p. From-SVN: r90089
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 7a0db81..023811a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3250,7 +3250,6 @@ extern bool initializer_zerop (tree);
extern void categorize_ctor_elements (tree, HOST_WIDE_INT *, HOST_WIDE_INT *);
extern HOST_WIDE_INT count_type_elements (tree);
-extern int mostly_zeros_p (tree);
/* add_var_to_bind_expr (bind_expr, var) binds var to bind_expr. */