function.c (fixup_var_refs): Use push_to_full_sequence where possible.

* function.c (fixup_var_refs): Use push_to_full_sequence where
	possible.

From-SVN: r38729
This commit is contained in:
Zack Weinberg 2001-01-05 23:23:26 +00:00 committed by Zack Weinberg
parent b883f80146
commit b05467dc15
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-01-05 Zack Weinberg <zack@wolery.stanford.edu>
* function.c (fixup_var_refs): Use push_to_full_sequence where
possible.
2001-01-05 Michael Meissner <meissner@redhat.com>
* flags.h (flag_reorder_blocks): Add declaration.

View File

@ -1558,7 +1558,7 @@ fixup_var_refs (var, promoted_mode, unsignedp, ht)
/* Scan all pending sequences too. */
for (; stack; stack = stack->next)
{
push_to_sequence (stack->first);
push_to_full_sequence (stack->first, stack->last);
fixup_var_refs_insns (var, promoted_mode, unsignedp,
stack->first, stack->next != 0, 0);
/* Update remembered end of sequence