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]
Other format: [Raw text]

fix typo in vec_init docs


Committed.

	* doc/md.texi (Standard Names): Fix typo in vec_init description.

Index: doc/md.texi
===================================================================
RCS file: /cvs/uberbaum/gcc/doc/md.texi,v
retrieving revision 1.99
diff -c -p -r1.99 md.texi
*** doc/md.texi	5 May 2004 23:11:55 -0000	1.99
--- doc/md.texi	11 May 2004 23:34:39 -0000
*************** specify field index and operand 0 place 
*** 2480,2486 ****
  
  @cindex @code{vec_init@var{m}} instruction pattern
  @item @samp{vec_init@var{m}}
! Initialize the vector to given values.  Operand 0 ise the vector to initialize
  and operand 1 is parallel containing values for individual fields.
  
  @cindex @code{push@var{m}} instruction pattern
--- 2480,2486 ----
  
  @cindex @code{vec_init@var{m}} instruction pattern
  @item @samp{vec_init@var{m}}
! Initialize the vector to given values.  Operand 0 is the vector to initialize
  and operand 1 is parallel containing values for individual fields.
  
  @cindex @code{push@var{m}} instruction pattern


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