machmode.def: Add BImode.
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 18 Sep 2000 17:55:38 +0000 (10:55 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 18 Sep 2000 17:55:38 +0000 (10:55 -0700)
commita191f0ee83fb815187657cadac361e883f496f01
tree15eac562db9eb775cc5d5a1937b5f0e2fb7f5ce0
parent42d5d0f171ae6a0f933ed7d6cf3adeb653db19c5
machmode.def: Add BImode.

        * machmode.def: Add BImode.  Add a column for bitsize.
        * machmode.h (DEF_MACHMODE): Adjust for extra column.
        (GET_MODE_BITSIZE): Use it.
        * rtl.c (DEF_MACHMODE): Adjust for extra column.
        (mode_bitsize): New.
        (mode_mask_array): Use bitsize.
        * combine.c (combine_simplify_rtx): Require inner and outer
        modes to match on nonzero_bits optimizations.

From-SVN: r36501
gcc/ChangeLog
gcc/combine.c
gcc/machmode.def
gcc/machmode.h
gcc/rtl.c