From a2a8cc44e94f866649f05b8c68b82d36a71f1a5a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 4 Feb 2004 06:12:54 +0000 Subject: emit-rtl.c (gen_rtx): Remove. * 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. From-SVN: r77224 --- gcc/genattrtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genattrtab.c') diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 56c62e3..e1a3e72 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]) */ -- cgit v1.1