diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-03-05 19:34:29 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-03-05 19:34:29 +0000 |
commit | 591ccf92b35994b10f846ef630cd1a58d53a8f12 (patch) | |
tree | a205e175db5fda69a8d59f2299e129a45e9f2d65 /gcc/expr.c | |
parent | 2f6f9ac7b6b62b13a488f5e7dbc7e1116330a714 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |