Handcode gen_rtx_INSN
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 9 Sep 2014 15:14:03 +0000 (15:14 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 9 Sep 2014 15:14:03 +0000 (15:14 +0000)
commitd6e1e8b8d1663dd2b25bc9e27ca099568848c641
treee9fd85a935c135494fbf5adfc6fce9d4b291818a
parent0cc97fc5522a17788b0d47550f37d592ffca56ff
Handcode gen_rtx_INSN

gcc/ChangeLog:
2014-09-09  David Malcolm  <dmalcolm@redhat.com>

* combine.c (try_combine): Eliminate checked cast on result of
gen_rtx_INSN.
* emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
autogenerated one by strengthening the return type and params 2 and 3
from rtx to rtx_insn *, and by naming the params.
* gengenrtl.c (special_rtx): Add INSN to those that are
special-cased.
* rtl.h (gen_rtx_INSN): New prototype.

From-SVN: r215083
gcc/ChangeLog
gcc/combine.c
gcc/emit-rtl.c
gcc/gengenrtl.c
gcc/rtl.h