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

From-SVN: r45762
This commit is contained in:
Richard Kenner 2001-09-23 22:37:05 +00:00 committed by Richard Kenner
parent ff4490a3a0
commit a0fd557a09
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Sun Sep 23 18:19:48 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* rtl.def (MEM): Remove obsolete part of comment.
2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
* c-format.c (init_function_format_info): Check __builtin_printf

View File

@ -630,10 +630,9 @@ DEF_RTL_EXPR(STRICT_LOW_PART, "strict_low_part", "e", 'x')
in DECL_RTLs and during RTL generation, but not in the insn chain. */
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. */
/* 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')
/* Reference to an assembler label in the code for this function.