diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 06:12:54 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 06:12:54 +0000 |
commit | 8fd5918e24a68c2511b56948d91eb8c1b2202c49 (patch) | |
tree | 763fd168a4e83cbf18b4e87455b7eb2ea89cb2f1 /gcc/genattrtab.c | |
parent | b074b70642afdd20947c8efc6a5a52bc08646dc3 (diff) | |
download | gcc-8fd5918e24a68c2511b56948d91eb8c1b2202c49.tar.gz |
* emit-rtl.c (gen_rtx): Remove.
* genattrtab.c: Don't mention gen_rtx in a comment.
* rtl.h: Remove the prototype for gen_rtx.
* doc/md.texi: Replace gen_rtx with gen_rtx_REG.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77224 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 56c62e38678..e1a3e728826 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -549,7 +549,7 @@ attr_hash_add_string (int hashcode, char *str) In some cases we cannot uniquify; then we return an ordinary impermanent rtx with ATTR_PERMANENT_P clear. - Args are like gen_rtx, but without the mode: + Args are as follows: rtx attr_rtx (code, [element1, ..., elementn]) */ |