aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-03-05 19:34:29 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-03-05 19:34:29 +0000
commit591ccf92b35994b10f846ef630cd1a58d53a8f12 (patch)
treea205e175db5fda69a8d59f2299e129a45e9f2d65 /gcc/expr.c
parent2f6f9ac7b6b62b13a488f5e7dbc7e1116330a714 (diff)
downloadgcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.zip
gcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.tar.gz
gcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.tar.bz2
Revert this patch:
2000-03-04 Mark Mitchell <mark@codesourcery.com> From-SVN: r32343
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 544176c..fb266e2 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -6306,6 +6306,8 @@ expand_expr (exp, target, tmode, modifier)
emit_insns (RTL_EXPR_SEQUENCE (exp));
RTL_EXPR_SEQUENCE (exp) = const0_rtx;
}
+ preserve_rtl_expr_result (RTL_EXPR_RTL (exp));
+ free_temps_for_rtl_expr (exp);
return RTL_EXPR_RTL (exp);
case CONSTRUCTOR: