* md.texi: Document use of '*' in insn pattern name.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 3 Mar 2000 12:29:42 +0000 (12:29 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 3 Mar 2000 12:29:42 +0000 (07:29 -0500)
From-SVN: r32309

gcc/ChangeLog
gcc/md.texi

index dfd80351f91305c653f7baa192eebf2dfa2033d3..2517dcbc635d36b91e346cbf53860760eef7e9b5 100644 (file)
@@ -1,3 +1,7 @@
+Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * md.texi: Document use of '*' in insn pattern name.
+
 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
 
        * calls.c (special_function_p): operator new may not be malloc-like.
index 8617adac3aea962100e96382ff5d283864a84478..b608210b0d50ec90f4d394c3253ea9b99f154a98 100644 (file)
@@ -68,6 +68,11 @@ to be combined later on.
 Names that are not thus known and used in RTL-generation have no
 effect; they are equivalent to no name at all.
 
+For the purpose of debugging the compiler, you may also specify a
+name beginning with the @samp{*} character.  Such a name is used only
+for identifying the instruction in RTL dumps; it is entirely equivalent
+to having a nameless pattern for all other purposes.
+
 @item
 The @dfn{RTL template} (@pxref{RTL Template}) is a vector of incomplete
 RTL expressions which show what the instruction should look like.  It is