stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
authorJames A. Morrison <phython@gcc.gnu.org>
Fri, 18 Feb 2005 12:06:08 +0000 (12:06 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Fri, 18 Feb 2005 12:06:08 +0000 (12:06 +0000)
commitaeba6c285a2b7da7ee090cc51d3e96838b567398
treefa3567697268e4557c529527a229d4ed643ebfab
parent87bd0274cc73911840adafeb1593e5b592a91a35
stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.

2005-02-18  James A. Morrison  <phython@gcc.gnu.org>

        * stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
        (estimate_case_costs): Don't call convert.
        * expmed.c (expand_shift): Likewise.
        (make_tree): Call fold_convert instead of convert.

From-SVN: r95224
gcc/ChangeLog
gcc/expmed.c
gcc/stmt.c