diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-10-10 11:52:53 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-10-10 11:52:53 +0000 |
commit | f0f616824ec18dba91f4cc09f24453b530a39bd4 (patch) | |
tree | 3d895a7c21d234a10661bf3e239255ce7dda1984 /gcc/rtl.def | |
parent | 17bec8eee76776352741422eb69c48788c2ddf1c (diff) | |
download | gcc-f0f616824ec18dba91f4cc09f24453b530a39bd4.zip gcc-f0f616824ec18dba91f4cc09f24453b530a39bd4.tar.gz gcc-f0f616824ec18dba91f4cc09f24453b530a39bd4.tar.bz2 |
Fix docs for ADDRESS rtx
From-SVN: r29888
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 734e81b..bb7c5bc 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -289,10 +289,7 @@ DEF_RTL_EXPR(DEFINE_ASM_ATTRIBUTES, "define_asm_attributes", "V", 'x' ) `emit_insn' takes the SEQUENCE apart and makes separate insns. */ DEF_RTL_EXPR(SEQUENCE, "sequence", "E", 'x') -/* Refers to the address of its argument. - This appears only in machine descriptions, indicating that - any expression that would be acceptable as the operand of MEM - should be matched. */ +/* Refers to the address of its argument. This is only used in alias.c. */ DEF_RTL_EXPR(ADDRESS, "address", "e", 'm') /* ---------------------------------------------------------------------- |