This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc for m68332 isn't using bset and bclr


    Should that not be explained in the doc ?

It is now:

Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* md.texi: Document use of '*' in insn pattern name.

*** md.texi	2000/02/17 04:09:21	1.40
--- md.texi	2000/03/03 12:26:58
*************** Names that are not thus known and used i
*** 69,72 ****
--- 69,77 ----
  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]