emit-rtl.c (gen_int_mode): New function.
authorLars Brinkhoff <lars@nocrew.org>
Tue, 19 Mar 2002 18:00:43 +0000 (10:00 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Mar 2002 18:00:43 +0000 (10:00 -0800)
commit2496c7bd5f519bc9334f2a4ad771b4b8c9cba7c7
tree03b085deca8da9a691cb5cdc16540f0276bd3595
parent09979e6f03b42f800cf39123596e7d4027da9057
emit-rtl.c (gen_int_mode): New function.

        * emit-rtl.c (gen_int_mode): New function.
        * rtl.h: Prototype for it.
        * combine.c (make_extraction, simplify_comparison), expmed.c
        (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
        (convert_modes, store_field), optabs.c (expand_fix),
        simplify-rtx.c (neg_const_int, simplify_unary_real),

        * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
        Use it instead of GEN_INT (trunc_int_for_mode (...)).

From-SVN: r51030
gcc/ChangeLog
gcc/combine.c
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md
gcc/emit-rtl.c
gcc/expmed.c
gcc/expr.c
gcc/optabs.c
gcc/rtl.h
gcc/simplify-rtx.c