]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/19680 (sub-optimial register allocation with sse)
authorRichard Henderson <rth@redhat.com>
Wed, 2 Feb 2005 00:30:36 +0000 (16:30 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 2 Feb 2005 00:30:36 +0000 (16:30 -0800)
commitc1c5b5e383b7e566b49b4c160a1af16eb9222f52
tree7ed9ac7a001a41282b1bc0a116f2ed9933e1a48a
parentfa4c37aab9ba18b8d345be30a4ebc463e7209b4c
re PR rtl-optimization/19680 (sub-optimial register allocation with sse)

        PR target/19680
        * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
        * config/i386/i386.c (ix86_hard_regno_mode_ok): Change return
        type to bool.
        (ix86_tieable_integer_mode_p, ix86_modes_tieable_p): New.
        * config/i386/i386-protos.h: Update.

From-SVN: r94575
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h