Commit e0ce7708 by Kazu Hirata Committed by Kazu Hirata

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
parent 9167e1c0
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.
2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
......
......@@ -4212,7 +4212,7 @@ count_type_elements (tree type)
/* Return 1 if EXP contains mostly (3/4) zeros. */
int
static int
mostly_zeros_p (tree exp)
{
if (TREE_CODE (exp) == CONSTRUCTOR)
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment