fold-const.c (split_tree): Don't assume a constant isn't splittable.
authorRichard Henderson <rth@redhat.com>
Sun, 11 Feb 2001 17:56:39 +0000 (09:56 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 11 Feb 2001 17:56:39 +0000 (09:56 -0800)
commit1796dff4e376661362700bbfb221e470ddf1b9ea
treee0d0c93720e1f9622f8a6d02f91e442f6654c194
parent11c7e5a2f0d0564fe2811f86dad61cf9bf204dd9
fold-const.c (split_tree): Don't assume a constant isn't splittable.

        * fold-const.c (split_tree): Don't assume a constant isn't splittable.
        (fold): Don't assume a constant isn't foldable.
        * tree.c (build): Set TREE_CONSTANT for an expression with no
        side-effects and constant operands.
        (build1): Likewise.

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