* reload.c (find_reloads, case 'p'): Set BADOP to 0.

From-SVN: r53004
This commit is contained in:
Richard Kenner 2002-05-01 17:26:44 +00:00 committed by Richard Kenner
parent 068780a1c5
commit e41e5e5bc3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed May 1 10:32:37 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* reload.c (find_reloads, case 'p'): Set BADOP to 0.
2002-05-01 Joel Sherrill <joel@OARcorp.com>
* config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly

View File

@ -3033,6 +3033,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
were handled in find_reloads_address. */
this_alternative[i] = (int) MODE_BASE_REG_CLASS (VOIDmode);
win = 1;
badop = 0;
break;
case 'm':