genrecog.c

Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Wed Feb 18 01:53:00 GMT 1998


This patch fixes a trivial bug in genrecog.c.

1998-02-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* genrecog.c (main): Remove duplicated sentence in emitted comment.

--- egcs-980214/gcc/genrecog.c.~1~	Mon Feb 16 19:51:14 1998
+++ egcs-980214/gcc/genrecog.c	Mon Feb 16 21:05:58 1998
@@ -1762,8 +1762,7 @@
    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\

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org



More information about the Gcc mailing list