* genrecog.c (main): Remove duplicated sentence in emitted comment.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Fri, 20 Feb 1998 03:17:40 +0000 (03:17 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 20 Feb 1998 03:17:40 +0000 (03:17 +0000)
From-SVN: r18134

gcc/ChangeLog
gcc/genrecog.c

index 8c3f426abcf56a8adc4578b52210ac06091d9bba..a88f6cd7841fa9e4874b2287978e6ecd46bfcbcd 100644 (file)
@@ -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>
 
index ef85c6e6fbd2a04700389307a2c8a12b9543a94b..5ceaf54eb1c792a37b28b261bb7db74c4817c514 100644 (file)
@@ -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\