gimplify.c (gimplify_array_ref_to_plus): Delete.
authorRichard Henderson <rth@redhat.com>
Tue, 24 Aug 2004 15:46:38 +0000 (08:46 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 24 Aug 2004 15:46:38 +0000 (08:46 -0700)
commit97dc04b39a0435315f95512f5214d22cabe67e16
tree467c45352a962f5923c35a9726f78208789f2593
parent6fd7cc54192ed659f81c0e5264f1004282011dca
gimplify.c (gimplify_array_ref_to_plus): Delete.

2004-08-24  Richard Henderson  <rth@redhat.com>
            Andrew Pinski  <apinski@apple.com>

        * gimplify.c (gimplify_array_ref_to_plus): Delete.
        (gimplify_addr_expr): Do not call gimplify_array_ref_to_plus
        for ARRAY_REF.

        * config/rs6000/rs6000.c (altivec_expand_builtin): Go passed
        ARRAY_REF also to get to the STRING_CST.

Co-Authored-By: Andrew Pinski <apinski@apple.com>
From-SVN: r86487
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/gimplify.c