Commit 05fa709d by Richard Sandiford Committed by Richard Sandiford

reload.c (find_dummy_reload): Check that an output register is valid for its mode.

	* reload.c (find_dummy_reload): Check that an output register
	is valid for its mode.

From-SVN: r49787
parent 6d010d53
2002-02-15 Richard Sandiford <rsandifo@redhat.com>
* reload.c (find_dummy_reload): Check that an output register
is valid for its mode.
2002-02-14 Alexandre Oliva <aoliva@redhat.com>
* combine.c (known_cond): After replacing the REG of a SUBREG, try
......
......@@ -1879,6 +1879,7 @@ find_dummy_reload (real_in, real_out, inloc, outloc,
*inloc = const0_rtx;
if (regno < FIRST_PSEUDO_REGISTER
&& HARD_REGNO_MODE_OK (regno, outmode)
&& ! refers_to_regno_for_reload_p (regno, regno + nwords,
PATTERN (this_insn), outloc))
{
......
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