tree.h (fold_build1): Change to macro and call fold_build1_stat.
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 4 Aug 2005 18:55:15 +0000 (18:55 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 4 Aug 2005 18:55:15 +0000 (11:55 -0700)
commit5808968ee661f581389d93a1185a73e796237264
tree61c19a26903750f5a2061d0c0b8838d971fe738d
parentd70eadf7badda66d552d4a68278c1d382e6e0a9b
tree.h (fold_build1): Change to macro and call fold_build1_stat.

2005-08-04  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree.h (fold_build1): Change to macro and call fold_build1_stat.
        (fold_build2): Likewise.
        (fold_build3): Likewise.
        (fold_build1_stat): New function prototype.
        (fold_build2_stat): Likewise.
        (fold_build3_stat): Likewise.
        * fold-const.c (fold_build1): Rename to ..
        (fold_build1_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
        through to build1_stat.
        (fold_build2): Rename to ..
        (fold_build2_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
        through to build2_stat.
        (fold_build3): Rename to ..
        (fold_build3_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
        through to build3_stat.

From-SVN: r102743
gcc/ChangeLog
gcc/fold-const.c
gcc/tree.h