expr.c (store_constructor): Use store of 0 to indicate value death instead of a clobber.
authorRichard Henderson <rth@redhat.com>
Sat, 18 Jun 2005 22:40:49 +0000 (15:40 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 18 Jun 2005 22:40:49 +0000 (15:40 -0700)
commit2ab1754e1b62ca791c3953713e903750e687cb42
treedcddf82de060145d58d4f0b5d0d26c24cbcedd8b
parent55d4549de80fcfc37d9c8cbafcbf3b8f1d3d82ae
expr.c (store_constructor): Use store of 0 to indicate value death instead of a clobber.

        * expr.c (store_constructor): Use store of 0 to indicate value
        death instead of a clobber.

        * config/i386/i386.c (ix86_expand_reduc_v4sf): New.
        * config/i386/i386-protos.h (ix86_expand_reduc_v4sf): Declare.
        * config/i386/sse.md (reduc_plus_v4sf): New.
        (reduc_smax_v4sf, reduc_smin_v4sf): New.

From-SVN: r101169
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/sse.md
gcc/expr.c