Makefile.in (RTL_BASE_H): Add real.h.
authorIan Lance Taylor <ian@airs.com>
Mon, 1 Aug 2005 21:16:31 +0000 (21:16 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 1 Aug 2005 21:16:31 +0000 (14:16 -0700)
commit9e254451d2c54ff1fc1c9f1de87110566808af35
tree34ac4d017689743b8d8c8016d3db1ede47484578
parent5e9d09007dfa95afa0b3cf979a8b36be46174850
Makefile.in (RTL_BASE_H): Add real.h.

        * Makefile.in (RTL_BASE_H): Add real.h.
        * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
        instead of memcpy.
        * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
        directly.
        * rtl.c (rtl_check_failed_code_mode): New.
        * rtl.h (struct rtx_def): Add u.rv.
        (XCMWINT, XCNMPRV): New.
        (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
        (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r102643
gcc/ChangeLog
gcc/Makefile.in
gcc/emit-rtl.c
gcc/real.h
gcc/rtl.c
gcc/rtl.h