Commit e17e34d8 by Alan Modra Committed by Alan Modra

reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.

	* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.

From-SVN: r112705
parent c22b1771
2006-04-05 Alan Modra <amodra@bigpond.net.au>
* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.
2006-04-05 Sebastian Pop <pop@cri.ensmp.fr> 2006-04-05 Sebastian Pop <pop@cri.ensmp.fr>
PR tree-optimization/26996 PR tree-optimization/26996
......
...@@ -1896,7 +1896,7 @@ find_dummy_reload (rtx real_in, rtx real_out, rtx *inloc, rtx *outloc, ...@@ -1896,7 +1896,7 @@ find_dummy_reload (rtx real_in, rtx real_out, rtx *inloc, rtx *outloc,
otherwise we might find a dummy now, but push_reload won't. */ otherwise we might find a dummy now, but push_reload won't. */
{ {
enum reg_class preferred_class = PREFERRED_RELOAD_CLASS (in, class); enum reg_class preferred_class = PREFERRED_RELOAD_CLASS (in, class);
if (class != NO_REGS) if (preferred_class != NO_REGS)
class = preferred_class; class = preferred_class;
} }
......
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