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-inline.c | |
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-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index ed2afee..aa579c3 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1652,10 +1652,6 @@ expand_call_inline (tree *tp, int *walk_subtrees, void *data) { tree save_decl; - /* Keep the new trees in gimple form. */ - BIND_EXPR_BODY (expr) - = rationalize_compound_expr (BIND_EXPR_BODY (expr)); - /* We want to create a new variable to hold the result of the inlined body. This new variable needs to be added to the function which we are inlining into, thus the saving and restoring of |