]> git.ipfire.org Git - thirdparty/gcc.git/commit
compare-elim.c (find_comparisons_in_bb): Eliminate only compares having mode compatib...
authorUros Bizjak <ubizjak@gmail.com>
Fri, 2 Mar 2012 18:54:27 +0000 (19:54 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 2 Mar 2012 18:54:27 +0000 (19:54 +0100)
commit34c5f21a387dc461042bafc3052ce6e1af786a77
treee048559755be8433fcd1451da667e6e6d5852ac2
parent6f975f93d4564cc4cc1c8c5733d3d2a51763bb4f
compare-elim.c (find_comparisons_in_bb): Eliminate only compares having mode compatible with the mode of previous compare.

* compare-elim.c (find_comparisons_in_bb): Eliminate only compares
having mode compatible with the mode of previous compare.  Substitute
compare mode of previous compare with the mode, compatible
with eliminated and previous compare.

From-SVN: r184816
gcc/ChangeLog
gcc/compare-elim.c