Commit fde6d81f by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

md.texi (Patterns): Note pattern condition pitfall for unnamed insn.

	* doc/md.texi (Patterns): Note pattern condition pitfall
	for unnamed insn.

From-SVN: r54035
parent 92898235
2002-05-29 Hans-Peter Nilsson <hp@axis.com>
* doc/md.texi (Patterns): Note pattern condition pitfall
for unnamed insn.
2002-05-29 Aldy Hernandez <aldyh@redhat.com> 2002-05-29 Aldy Hernandez <aldyh@redhat.com>
* rs6000.c: (altivec_expand_builtin): Only expand altivec builtins * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
......
...@@ -158,7 +158,9 @@ available in a particular run. ...@@ -158,7 +158,9 @@ available in a particular run.
For nameless patterns, the condition is applied only when matching an For nameless patterns, the condition is applied only when matching an
individual insn, and only after the insn has matched the pattern's individual insn, and only after the insn has matched the pattern's
recognition template. The insn's operands may be found in the vector recognition template. The insn's operands may be found in the vector
@code{operands}. @code{operands}. For an insn where the condition has once matched, it
can't be used to control register allocation, for example by excluding
certain hard registers or hard register combinations.
@item @item
The @dfn{output template}: a string that says how to output matching The @dfn{output template}: a string that says how to output matching
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment