expmed.c (extract_bit_field): Use simplify_gen_subreg instead of hard-coding avoiding...
authorRichard Henderson <rth@redhat.com>
Tue, 23 Nov 2004 23:57:22 +0000 (15:57 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 23 Nov 2004 23:57:22 +0000 (15:57 -0800)
commit562fc7029bc18be016cdac0e29a8aaa3263bce10
treee8f5801780a6bd9796154980722e5e14e25dbedf
parent870faaf6ab21fe1f4b2809693730f0dacbf6b19b
expmed.c (extract_bit_field): Use simplify_gen_subreg instead of hard-coding avoiding calls to gen_rtx_SUBREG.

        * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of
        hard-coding avoiding calls to gen_rtx_SUBREG.  Split complex return
        modes to CONCAT.

From-SVN: r91124
gcc/ChangeLog
gcc/expmed.c