diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 16:11:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 16:11:56 +0000 |
commit | df07c3ae3cf8d5a362f15ff372fa4e3973e32aed (patch) | |
tree | 0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/genrecog.c | |
parent | 299006eee4659c4b51edb65018364630285871d8 (diff) | |
download | gcc-df07c3ae3cf8d5a362f15ff372fa4e3973e32aed.tar.gz |
* ChangeLog.1: Fix a typo.
* cfgrtl.c: Fix comment typos.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* genrecog.c: Likewise.
* jump.c: Likewise.
* rtlanal.c: Likewise.
* ssa-dce.c: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 217f3ad0c7a..dcfa6d8425f 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -2477,7 +2477,7 @@ make_insn_sequence (rtx insn, enum routine_type type) switch (type) { case RECOG: - /* If this is an DEFINE_INSN and X is a PARALLEL, see if it ends + /* If this is a DEFINE_INSN and X is a PARALLEL, see if it ends with a group of CLOBBERs of (hard) registers or MATCH_SCRATCHes. If so, set up to recognize the pattern without these CLOBBERs. */ |