Commit 8d53318f by Richard Kenner Committed by Richard Kenner

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

From-SVN: r53005
parent 4109b118
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
......
......@@ -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':
......
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