expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instructions...
commit9e5f281f99de583a0ca9d50d984bd3a33910f430
authorOlivier Hainque <hainque@act-europe.fr>
Mon, 5 May 2003 17:56:35 +0000 (5 19:56 +0200)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 5 May 2003 17:56:35 +0000 (5 13:56 -0400)
tree33a4fc54a6ce90abebc59cf481818d05dcdbf7ab
parentf5119d10faca5f15af8293286b518ef342817629
expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instructions for mode1 != BLKmode...

        * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
        usage of bitfield instructions for mode1 != BLKmode, only ignoring
        SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
        (store_field): Likewise.

From-SVN: r66492
gcc/ChangeLog
gcc/expr.c