c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead of gen_rtx.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 3 Feb 2004 07:08:29 +0000 (07:08 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 3 Feb 2004 07:08:29 +0000 (07:08 +0000)
commita7a2225a2b951894a6f2b0d8648cd5595efb4a93
tree41d34e9d6d9a2ca071567938881ac977bdf79453
parenta556fd39abf14ab516df0663c8df99ea8e81f9c5
c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead of gen_rtx.

* config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
of gen_rtx.
(LIBCALL_VALUE): Likewise.
* config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
gen_rtx_CC0 instead of gen_rtx.
* config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
(m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
gen_rtx.
(m68hc11_emit_logical): Likewise.

From-SVN: r77162
gcc/ChangeLog
gcc/config/c4x/c4x.h
gcc/config/ip2k/ip2k.c
gcc/config/m68hc11/m68hc11.c