This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] emit-rtl.c: Remove gen_rtx().
Kazu Hirata <kazu@cs.umass.edu> writes:
> I looked at the list of functions in emit-rtl.c. Thare are some
> oddballs like predicates (*_p) that should be in some other place like
> rtlanal.c, but all boiled down to two lines.
>
> OK to apply? Any better wording?
Make that "doubly-linked chain of insns" and it's OK. I think the
next paragraph needs a little work too (gen_rtx_fmt_* are what
insn-emit.c mostly uses, but they're not in this file).
zw