function.c (fixup_var_refs_1, case MEM): Update CODE after updating X.

* function.c (fixup_var_refs_1, case MEM): Update CODE after
	updating X.

From-SVN: r35790
This commit is contained in:
Richard Kenner 2000-08-18 18:11:02 +00:00 committed by Richard Kenner
parent 61d0346df8
commit 3f546a5319
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Aug 18 14:23:18 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* function.c (fixup_var_refs_1, case MEM): Update CODE after
updating X.
Fri 18-Aug-2000 18:33:45 BST Neil Booth <NeilB@earthling.net>
* cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.

View File

@ -1976,6 +1976,7 @@ fixup_var_refs_1 (var, promoted_mode, loc, insn, replacements)
replacement->new = copy_most_rtx (x, var);
*loc = x = replacement->new;
code = GET_CODE (x);
}
break;