diff options
author | Alan Modra <amodra@bigpond.net.au> | 2008-05-25 03:58:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2008-05-25 13:28:15 +0930 |
commit | dd25a747c916bf685457171d18712bbff325babc (patch) | |
tree | 10de1a929aea6ab2bd2733ac21e937d4ec186730 /gcc/tree.h | |
parent | bcfef99b785c04701dd07510a903b8b90a6d5869 (diff) | |
download | gcc-dd25a747c916bf685457171d18712bbff325babc.zip gcc-dd25a747c916bf685457171d18712bbff325babc.tar.gz gcc-dd25a747c916bf685457171d18712bbff325babc.tar.bz2 |
Delete get_inner_array_type. Use strip_array_types instead.
From-SVN: r135858
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4011,7 +4011,7 @@ extern int tree_int_cst_sign_bit (const_tree); extern bool tree_expr_nonnegative_p (tree); extern bool tree_expr_nonnegative_warnv_p (tree, bool *); extern bool may_negate_without_overflow_p (const_tree); -extern tree get_inner_array_type (const_tree); +extern tree strip_array_types (tree); /* Construct various nodes representing fract or accum data types. */ |