Commit a2ff290c by Richard Kenner Committed by Richard Kenner

reload1.c (eliminate_regs, [...]): Fix typo in adjust_address_nv call.

	* reload1.c (eliminate_regs, case SUBREG): Fix typo in
	adjust_address_nv call.

From-SVN: r52914
parent f97903cc
Mon Apr 29 17:19:10 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* reload1.c (eliminate_regs, case SUBREG): Fix typo in
adjust_address_nv call.
2002-04-29 Janis Johnson <janis187@us.ibm.com> 2002-04-29 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi (Testing): Provide additional information, and * doc/install.texi (Testing): Provide additional information, and
......
...@@ -2573,7 +2573,7 @@ eliminate_regs (x, mem_mode, insn) ...@@ -2573,7 +2573,7 @@ eliminate_regs (x, mem_mode, insn)
) )
|| x_size == new_size) || x_size == new_size)
) )
return adjust_address_nv (x, GET_MODE (x), SUBREG_BYTE (x)); return adjust_address_nv (new, GET_MODE (x), SUBREG_BYTE (x));
else else
return gen_rtx_SUBREG (GET_MODE (x), new, SUBREG_BYTE (x)); return gen_rtx_SUBREG (GET_MODE (x), new, SUBREG_BYTE (x));
} }
......
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