summaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 06:14:17 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 06:14:17 +0000
commitcaebd015e71baf461ce1d58fcf7fe06527cf54e2 (patch)
treee153517c727b16180b48778f3b0a70943ad83240 /gcc/recog.h
parent191ec5a230cdcac5f39fcefbfd7495ed8351c289 (diff)
downloadgcc-caebd015e71baf461ce1d58fcf7fe06527cf54e2.tar.gz
* reload.c (find_reloads): Fix comment typo.
* recog.h (recog_memoized): Correct comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index b219c407cf3..83e5c29067d 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)