aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-07-31 20:37:40 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-07-31 20:37:40 -0400
commit40209195282377a7254ebbd80d5f55595d92d458 (patch)
tree79a4e2f422d448416597a92bb623f91759bfe6b8 /gcc/tree.h
parent2598550fa6d3583ce066a9aaf5abfa4acd186077 (diff)
downloadgcc-40209195282377a7254ebbd80d5f55595d92d458.zip
gcc-40209195282377a7254ebbd80d5f55595d92d458.tar.gz
gcc-40209195282377a7254ebbd80d5f55595d92d458.tar.bz2
Makefile.in (bubblestrap): Don't require a previous full bootstrap.
* Makefile.in (bubblestrap): Don't require a previous full bootstrap. * expr.c (mostly_zeros_p): No longer static. * tree.h: Declare it. * stmt.c (resolve_asm_operand_names): Don't copy the pattern unless we need to do substitutions. From-SVN: r70031
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e44af15..c8a71e5 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2445,6 +2445,11 @@ extern int fields_length (tree);
extern bool initializer_zerop (tree);
+/* Given an initializer INIT, return TRUE if INIT is at least 3/4 zeros.
+ Otherwise return FALSE. */
+
+extern int mostly_zeros_p (tree);
+
/* integer_zerop (tree x) is nonzero if X is an integer constant of value 0 */
extern int integer_zerop (tree);