public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] docs: Link to correct section for constraint modifiers
@ 2022-12-22 17:05 Andrew Carlotti
  2022-12-22 17:14 ` Andrew Carlotti
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Carlotti @ 2022-12-22 17:05 UTC (permalink / raw)
  To: gcc-patches

Committed as obvious.

gcc/ChangeLog:

	* doc/md.texi: Fix incorrect pxref.

---

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index cc28f868fc85b5148450548a54d69a39ecc4f03a..c1d3ae2060d800bbaa9751fcf841d7417af1e37d 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -9321,6 +9321,11 @@ so here's a silly made-up example:
   "")
 @end smallexample
 
+@noindent
+If we had not added the @code{(match_dup 4)} in the middle of the input
+sequence, it might have been the case that the register we chose at the
+beginning of the sequence is killed by the first or second @code{set}.
+
 There are two special macros defined for use in the preparation statements:
 @code{DONE} and @code{FAIL}.  Use them with a following semicolon,
 as a statement.
@@ -9348,11 +9353,6 @@ If the preparation falls through (invokes neither @code{DONE} nor
 @code{FAIL}), then the @code{define_peephole2} uses the replacement
 template.
 
-@noindent
-If we had not added the @code{(match_dup 4)} in the middle of the input
-sequence, it might have been the case that the register we chose at the
-beginning of the sequence is killed by the first or second @code{set}.
-
 @end ifset
 @ifset INTERNALS
 @node Insn Attributes

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [committed] docs: Link to correct section for constraint modifiers
  2022-12-22 17:05 [committed] docs: Link to correct section for constraint modifiers Andrew Carlotti
@ 2022-12-22 17:14 ` Andrew Carlotti
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Carlotti @ 2022-12-22 17:14 UTC (permalink / raw)
  To: gcc-patches

Patches attached in to the wrong emails - this patch was actually:

On Thu, Dec 22, 2022 at 05:05:51PM +0000, Andrew Carlotti via Gcc-patches wrote:
> Committed as obvious.
> 
> gcc/ChangeLog:
> 
> 	* doc/md.texi: Fix incorrect pxref.
> 
> ---

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 482e86f15d8b312c67d4962510ce879fb5cbc541..78dc6d720700ca409677e44a34a60d4b7fceb046 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -1511,7 +1511,7 @@ operand 1 (meaning it must match operand 0), and @samp{dKs} for operand
 2.  The second alternative has @samp{d} (data register) for operand 0,
 @samp{0} for operand 1, and @samp{dmKs} for operand 2.  The @samp{=} and
 @samp{%} in the constraints apply to all the alternatives; their
-meaning is explained in the next section (@pxref{Class Preferences}).
+meaning is explained in a later section (@pxref{Modifiers}).
 
 If all the operands fit any one alternative, the instruction is valid.
 Otherwise, for each alternative, the compiler counts how many instructions

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-22 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 17:05 [committed] docs: Link to correct section for constraint modifiers Andrew Carlotti
2022-12-22 17:14 ` Andrew Carlotti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).