diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-23 16:11:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-23 16:11:56 +0000 |
commit | b20b352b6b81a51dd1c573f7d95616fef5fc0da7 (patch) | |
tree | 0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/genrecog.c | |
parent | 63519d234d38de2a971d61c9eb275fa84bc79913 (diff) | |
download | gcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.tar.gz |
ChangeLog.1: Fix a typo.
* 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.
From-SVN: r68374
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. */ |