aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-09-23 22:37:05 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-09-23 18:37:05 -0400
commita0fd557a0974fdbb6c87807064ff7ede8205dad5 (patch)
tree45a9e16c7f84482349f086d12b389c3e2d02400f /gcc/rtl.def
parentff4490a3a0bf445329f19281bee26a1ee5747f18 (diff)
downloadgcc-a0fd557a0974fdbb6c87807064ff7ede8205dad5.zip
gcc-a0fd557a0974fdbb6c87807064ff7ede8205dad5.tar.gz
gcc-a0fd557a0974fdbb6c87807064ff7ede8205dad5.tar.bz2
* rtl.def (MEM): Remove obsolete part of comment.
From-SVN: r45762
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 80f8e5c..acd650a 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -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.