diff options
author | Alan Modra <amodra@bigpond.net.au> | 2005-12-16 06:14:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-12-16 16:44:17 +1030 |
commit | 425de7399f1ad69ba9ff0f71ba8f9343798277b9 (patch) | |
tree | e153517c727b16180b48778f3b0a70943ad83240 /gcc/recog.h | |
parent | 6416ae7f28ac516401f1f64715effce670b76d6f (diff) | |
download | gcc-425de7399f1ad69ba9ff0f71ba8f9343798277b9.zip gcc-425de7399f1ad69ba9ff0f71ba8f9343798277b9.tar.gz gcc-425de7399f1ad69ba9ff0f71ba8f9343798277b9.tar.bz2 |
reload.c (find_reloads): Fix comment typo.
* reload.c (find_reloads): Fix comment typo.
* recog.h (recog_memoized): Correct comment.
From-SVN: r108627
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index b219c40..83e5c29 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -133,7 +133,7 @@ extern int if_test_bypass_p (rtx, rtx); This function is the normal interface to instruction recognition. The automatically-generated function `recog' is normally called - through this one. (The only exception is in combine.c.) */ + through this one. */ static inline int recog_memoized (rtx insn) |