]> gcc.gnu.org Git - gcc.git/commit
rs6000.c: (altivec_expand_builtin): Only expand altivec builtins when TARGET_ALTIVEC.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 30 May 2002 00:54:18 +0000 (00:54 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 30 May 2002 00:54:18 +0000 (00:54 +0000)
commit92898235fc895f1ce8d09bd77e4e28258179f803
tree041799448bb7b6b71abb933e64d87bd5fe2445ee
parent67adf6a9dc535b6a68173b2c01a99ee7713c3f29
rs6000.c: (altivec_expand_builtin): Only expand altivec builtins when TARGET_ALTIVEC.

2002-05-29  Aldy Hernandez  <aldyh@redhat.com>

        * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
        when TARGET_ALTIVEC.  Move handling of generic unary, binary, and
        ternary operations from here...
        (rs6000_expand_builtin): ...to here.
        New argument expandedp.
        Change all instances of altivec_expand_binop_builtin to
        rs6000_expand_binop_builtin.
        (altivec_expand_unop_builtin): Rename to
        rs6000_expand_unop_builtin.
        (altivec_expand_binop_builtin): Rename to
        rs6000_expand_binop_builtin.
        (altivec_expand_ternop_builtin): Rename to
        rs6000_expand_ternop_builtin.

From-SVN: r54034
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
This page took 0.061513 seconds and 5 git commands to generate.