From 82338042c07755238fa608567247e53fd844ec91 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Oct 2004 18:50:34 +0000 Subject: 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 --- gcc/tree-gimple.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gcc/tree-gimple.c') diff --git a/gcc/tree-gimple.c b/gcc/tree-gimple.c index b2a2ad9a2bd..84005aad409 100644 --- a/gcc/tree-gimple.c +++ b/gcc/tree-gimple.c @@ -132,16 +132,6 @@ rhs_predicate_for (tree lhs) return is_gimple_mem_rhs; } -/* Returns true if T is a valid CONSTRUCTOR component in GIMPLE, either - a val or another CONSTRUCTOR. */ - -bool -is_gimple_constructor_elt (tree t) -{ - return (is_gimple_val (t) - || TREE_CODE (t) == CONSTRUCTOR); -} - /* Return true if T is a valid LHS for a GIMPLE assignment expression. */ bool -- cgit v1.2.1