summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-13 20:33:09 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-13 20:33:09 +0000
commit0c53e426455b771997bfa2564e6fc6f821681572 (patch)
tree960aaeaeb4734ba1ee8b8a54264d653a504dacbf /gcc/genrecog.c
parent98f695a26960aa508dbfe3670e5414c42d56ed86 (diff)
downloadgcc-0c53e426455b771997bfa2564e6fc6f821681572.tar.gz
* genrecog.c (write_header): Split long string.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index b955eb06149..3e665dce05f 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -2247,13 +2247,14 @@ write_header ()
returns a nonnegative number which is the insn code number for the\n\
pattern that matched. This is the same as the order in the machine\n\
description of the entry that matched. This number can be used as an\n\
- index into `insn_data' and other tables.\n\
-\n\
+ index into `insn_data' and other tables.\n");
+ puts ("\
The third argument to recog is an optional pointer to an int. If\n\
present, recog will accept a pattern if it matches except for missing\n\
CLOBBER expressions at the end. In that case, the value pointed to by\n\
the optional pointer will be set to the number of CLOBBERs that need\n\
- to be added (it should be initialized to zero by the caller). If it\n\
+ to be added (it should be initialized to zero by the caller). If it");
+ puts ("\
is set nonzero, the caller should allocate a PARALLEL of the\n\
appropriate size, copy the initial entries, and call add_clobbers\n\
(found in insn-emit.c) to fill in the CLOBBERs.\n\