diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1998-02-20 03:17:40 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 1998-02-20 03:17:40 +0000 |
commit | 01a7aaeade7a64d0d8811cad69902a4244124950 (patch) | |
tree | 49f343141c8f928bdf8773f380b4e8e737bbac18 /gcc | |
parent | db126753a6da192ce01557e62ed56263477d8c8c (diff) | |
download | gcc-01a7aaeade7a64d0d8811cad69902a4244124950.zip gcc-01a7aaeade7a64d0d8811cad69902a4244124950.tar.gz gcc-01a7aaeade7a64d0d8811cad69902a4244124950.tar.bz2 |
* genrecog.c (main): Remove duplicated sentence in emitted comment.
From-SVN: r18134
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/genrecog.c | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8c3f426..a88f6cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 20 12:10:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * genrecog.c (main): Remove duplicated sentence in emitted comment. + Thu Feb 19 22:36:53 1998 Andrey Slepuhin <pooh@msu.net> David Edelsohn <edelsohn@mhpcc.edu> diff --git a/gcc/genrecog.c b/gcc/genrecog.c index ef85c6e..5ceaf54 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987, 88, 92, 93, 94, 95, 1997 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92, 93, 94, 95, 97, 98 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1762,8 +1762,7 @@ from the machine description file `md'. */\n\n"); If the rtx is valid, recog returns a nonnegative number\n\ which is the insn code number for the pattern that matched.\n"); printf (" This is the same as the order in the machine description of\n\ - the entry that matched. This number can be used as an index into\n\ - entry that matched. This number can be used as an index into various\n\ + the entry that matched. This number can be used as an index into various\n\ insn_* tables, such as insn_templates, insn_outfun, and insn_n_operands\n\ (found in insn-output.c).\n\n"); printf (" The third argument to recog is an optional pointer to an int.\n\ |