Commit 629a4238 by Richard Kenner

(push_topmost_sequence, end_sequence): Update sequence_rtl_expr from

sequence_stack entry.

From-SVN: r6179
parent 4fc3dcd5
......@@ -2826,6 +2826,7 @@ push_topmost_sequence ()
first_insn = top->first;
last_insn = top->last;
sequence_rtl_expr = top->sequence_rtl_expr;
}
/* After emitting to the outer-level insn chain, update the outer-level
......@@ -2857,6 +2858,7 @@ end_sequence ()
first_insn = tem->first;
last_insn = tem->last;
sequence_rtl_expr = tem->sequence_rtl_expr;
sequence_stack = tem->next;
tem->next = sequence_element_free_list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment