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/stmt.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/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2025,7 +2025,7 @@ expand_start_stmt_expr () t = make_node (RTL_EXPR); resume_momentary (momentary); do_pending_stack_adjust (); - start_sequence (); + start_sequence_for_rtl_expr (t); NO_DEFER_POP; expr_stmts_for_value++; return t; |