diff options
author | Richard Henderson <rth@redhat.com> | 2004-06-30 17:01:23 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-06-30 17:01:23 -0700 |
commit | 2b9ef4fa61d2ad90cbca7baa59ce18f609a56274 (patch) | |
tree | 15e0d7f1b9088b09a8c4a105e75791fa3a879647 /gcc/tree-gimple.h | |
parent | 521d8de07f181a54b31b6660b5dc55c76f390ff8 (diff) | |
download | gcc-2b9ef4fa61d2ad90cbca7baa59ce18f609a56274.zip gcc-2b9ef4fa61d2ad90cbca7baa59ce18f609a56274.tar.gz gcc-2b9ef4fa61d2ad90cbca7baa59ce18f609a56274.tar.bz2 |
tree-gimple.c (right_assocify_expr): Kill
* tree-gimple.c (right_assocify_expr): Kill
(rationalize_compound_expr): Kill.
* tree-gimple.h: Likewise.
* tree-inline.c (expand_call_inline): Don't call it.
From-SVN: r83940
Diffstat (limited to 'gcc/tree-gimple.h')
-rw-r--r-- | gcc/tree-gimple.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-gimple.h b/gcc/tree-gimple.h index 3be5389..8fb2271 100644 --- a/gcc/tree-gimple.h +++ b/gcc/tree-gimple.h @@ -33,8 +33,6 @@ extern tree get_initialized_tmp_var (tree, tree *, tree *); extern tree get_formal_tmp_var (tree, tree *); extern void declare_tmp_vars (tree, tree); -extern tree rationalize_compound_expr (tree); -extern tree right_assocify_expr (tree); extern void annotate_all_with_locus (tree *, location_t); /* Validation of GIMPLE expressions. Note that these predicates only check |