diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-22 18:50:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-22 18:50:34 +0000 |
commit | 82338042c07755238fa608567247e53fd844ec91 (patch) | |
tree | 66f0de657def6d1acfb74d598657ce10e04cf2e0 /gcc/tree-gimple.h | |
parent | 4fe8591b5242e7ce738f1a8cce4e77d81982a141 (diff) | |
download | gcc-82338042c07755238fa608567247e53fd844ec91.zip gcc-82338042c07755238fa608567247e53fd844ec91.tar.gz gcc-82338042c07755238fa608567247e53fd844ec91.tar.bz2 |
tree-gimple.c (is_gimple_constructor_elt): Remove.
* tree-gimple.c (is_gimple_constructor_elt): Remove.
* tree-gimple.h: Remove the corresponding prototype.
From-SVN: r89466
Diffstat (limited to 'gcc/tree-gimple.h')
-rw-r--r-- | gcc/tree-gimple.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-gimple.h b/gcc/tree-gimple.h index b3fb9c6..0f05d6a 100644 --- a/gcc/tree-gimple.h +++ b/gcc/tree-gimple.h @@ -81,9 +81,6 @@ extern bool is_gimple_condexpr (tree); /* Returns true iff T is a type conversion. */ extern bool is_gimple_cast (tree); -/* Returns true iff T is a valid CONSTRUCTOR element (either an rvalue or - another CONSTRUCTOR). */ -extern bool is_gimple_constructor_elt (tree); /* Returns true iff T is a variable that does not need to live in memory. */ extern bool is_gimple_non_addressable (tree t); |