2005-02-18 James A. Morrison <phython@gcc.gnu.org>
authorphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2005 12:06:08 +0000 (12:06 +0000)
committerphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2005 12:06:08 +0000 (12:06 +0000)
commit37e8021c4fa1bb1674ca6aab1fd9e2f6618d0709
treefa3567697268e4557c529527a229d4ed643ebfab
parentf5f59ea483b64511dc81091a14dbcfd727a3bb06
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95224 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c
gcc/stmt.c