Commit 425de739 by Alan Modra Committed by Alan Modra

reload.c (find_reloads): Fix comment typo.

	* reload.c (find_reloads): Fix comment typo.
	* recog.h (recog_memoized): Correct comment.

From-SVN: r108627
parent 6416ae7f
2005-12-16 Alan Modra <amodra@bigpond.net.au>
* reload.c (find_reloads): Fix comment typo.
* recog.h (recog_memoized): Correct comment.
2005-12-16 Kazu Hirata <kazu@codesourcery.com> 2005-12-16 Kazu Hirata <kazu@codesourcery.com>
* basic-block.h, config/i386/winnt.c, config/pa/pa.c, * basic-block.h, config/i386/winnt.c, config/pa/pa.c,
......
...@@ -133,7 +133,7 @@ extern int if_test_bypass_p (rtx, rtx); ...@@ -133,7 +133,7 @@ extern int if_test_bypass_p (rtx, rtx);
This function is the normal interface to instruction recognition. This function is the normal interface to instruction recognition.
The automatically-generated function `recog' is normally called The automatically-generated function `recog' is normally called
through this one. (The only exception is in combine.c.) */ through this one. */
static inline int static inline int
recog_memoized (rtx insn) recog_memoized (rtx insn)
......
...@@ -4027,7 +4027,7 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known, ...@@ -4027,7 +4027,7 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known,
{ {
/* We only do this on the last pass through reload, because it is /* We only do this on the last pass through reload, because it is
possible for some data (like reg_equiv_address) to be changed during possible for some data (like reg_equiv_address) to be changed during
later passes. Moreover, we loose the opportunity to get a useful later passes. Moreover, we lose the opportunity to get a useful
reload_{in,out}_reg when we do these replacements. */ reload_{in,out}_reg when we do these replacements. */
if (replace) if (replace)
......
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