frv.c (frv_read_argument): Take a tree and int argument.
authorEric Christopher <echristo@gcc.gnu.org>
Wed, 21 Feb 2007 00:02:48 +0000 (00:02 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Wed, 21 Feb 2007 00:02:48 +0000 (00:02 +0000)
commit2396bce1bbf7f99dfbcdcedad9bee819b6b1186b
treed9f19be4219afa4556f6aa94c03722598c532e0a
parentb639c3c245c82affaa8d0d1784259a312936c075
frv.c (frv_read_argument): Take a tree and int argument.

2007-02-20  Eric Christopher  <echristo@gmail.com>

        * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
        Rewrite accordingly.
        (frv_read_iacc_argument): Ditto.
        (frv_expand_set_builtin): Take a call instead of arglist, update for
        above changes.
        (frv_expand_unop_builtin): Ditto.
        (frv_expand_binop_builtin): Ditto.
        (frv_expand_cut_builtin): Ditto.
        (frv_expand_binopimm_builtin): Ditto.
        (frv_expand_voidbinop_builtin): Ditto.
        (frv_expand_int_void2arg): Ditto.
        (frv_expand_prefetches): Ditto.
        (frv_expand_voidtriop_builtin): Ditto.
        (frv_expand_voidaccop_builtin): Ditto.
        (frv_expand_load_builtin): Ditto.
        (frv_expand_store_builtin): Ditto.
        (frv_expand_mdpackh_builtin): Ditto.
        (frv_expand_mclracc_builtin): Ditto.
        (frv_expand_mrdacc_builtin): Ditto.
        (frv_expand_mwtacc_builtin): Ditto.
        (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
        calls for above.

From-SVN: r122182
gcc/ChangeLog
gcc/config/frv/frv.c