]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cse.c
cse.c (check_fold_consts): New static function.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 14 Mar 1999 14:02:10 +0000 (14:02 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 14 Mar 1999 14:02:10 +0000 (14:02 +0000)
commit1a87eea22067f6e19e30ad9f5dc2e41c3f204b80
tree72dc4ff5c660048c298d80243ea16ff9e4568de0
parentc2b2e000045ac8a9291c05dafc5f6aec7da47dc2
cse.c (check_fold_consts): New static function.

        * cse.c (check_fold_consts): New static function.
        (cfc_args): New struct.
        (simplify_relational_operation): Use them in call to
        `do_float_handler'.
        * toplev.c (do_float_handler): New function to wrap calls to
        setjmp/set_float_handler.
        * toplev.h (do_float_handler): Add extern prototype.
        * tree.c (build_real_from_int_cst_1): New static function.
        (brfic_args): New struct.
        (build_real_from_int_cst): Use them in call to
        `do_float_handler'.

From-SVN: r25768
gcc/ChangeLog
gcc/cse.c
gcc/toplev.c
gcc/toplev.h
gcc/tree.c