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]

Update comment in rtl.def


Sun Sep 23 18:19:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* rtl.def (MEM): Remove obsolete part of comment.

*** rtl.def	2001/08/30 20:44:49	1.48
--- rtl.def	2001/09/23 16:51:29
*************** DEF_RTL_EXPR(STRICT_LOW_PART, "strict_lo
*** 631,638 ****
  DEF_RTL_EXPR(CONCAT, "concat", "ee", 'o')
  
! /* A memory location; operand is the address.  Can be nested inside a
!    VOLATILE.  The second operand is the alias set to which this MEM
!    belongs.  We use `0' instead of `w' for this field so that the
!    field need not be specified in machine descriptions.  */
  DEF_RTL_EXPR(MEM, "mem", "e0", 'o')
  
--- 631,637 ----
  DEF_RTL_EXPR(CONCAT, "concat", "ee", 'o')
  
! /* A memory location; operand is the address.  The second operand is the
!    alias set to which this MEM belongs.  We use `0' instead of `w' for this
!    field so that the field need not be specified in machine descriptions.  */
  DEF_RTL_EXPR(MEM, "mem", "e0", 'o')
  


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