(expand_start_stmt_expr): Call start_sequence_for_rtl_expr instead of

start_sequence.

From-SVN: r6164
This commit is contained in:
Richard Kenner 1993-11-25 18:13:11 -05:00
parent ca8142590f
commit caf6ec996d
1 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ expand_start_stmt_expr ()
momentary = suspend_momentary ();
t = make_node (RTL_EXPR);
resume_momentary (momentary);
start_sequence ();
start_sequence_for_rtl_expr (t);
NO_DEFER_POP;
expr_stmts_for_value++;
return t;