aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-23 16:11:56 +0000
committerKazu Hirata <kazu@cs.umass.edu>2003-06-23 16:11:56 +0000
commit0341fa5a02835f959cd78c6562578dad3ca113d0 (patch)
tree0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/genrecog.c
parent5d751288d9c8118e5836f477a20fd6767f093599 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@68374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c2
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. */