+2015-11-16 David Wohlferd <dw@LimeGreenSocks.com>
+
+ * doc/md.texi ('#' and '*' constraint modifiers): Do not include these
+ in the user documentation.
+ (define_peephole2, define_split): Similarly.
+
2015-11-16 Andris Pavenis <andris.pavenis@iki.fi>
* lto-streamer-out.c (write_global_references): Adjust integer type.
GCC can only handle one commutative pair in an asm; if you use more,
the compiler may fail. Note that you need not use the modifier if
the two alternatives are strictly identical; this would only waste
-time in the reload pass. The modifier is not operational after
+time in the reload pass.
+@ifset INTERNALS
+The modifier is not operational after
register allocation, so the result of @code{define_peephole2}
and @code{define_split}s performed after reload cannot rely on
@samp{%} to make the intended insn match.
@samp{*} additionally disparages slightly the alternative if the
following character matches the operand.
-@ifset INTERNALS
Here is an example: the 68000 has an instruction to sign-extend a
halfword in a data register, and can also sign-extend a value by
copying it into an address register. While either kind of register is