* expr.c (mostly_zero_p): Make it static.
* tree.h: Remove the prototype for mostly_zeros_p.
From-SVN: r90089
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * expr.c (mostly_zero_p): Make it static.
+ * tree.h: Remove the prototype for mostly_zeros_p.
+
2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
* cfgrtl.c (force_nonfallthru_and_redirect): Make it static.
/* Return 1 if EXP contains mostly (3/4) zeros. */
-int
+static int
mostly_zeros_p (tree exp)
{
if (TREE_CODE (exp) == CONSTRUCTOR)
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. */