]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR rtl-optimization/69570
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Feb 2016 08:47:27 +0000 (08:47 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Feb 2016 08:47:27 +0000 (08:47 +0000)
commite3882c44aee13158877d05c9c571bc399adb0f59
tree7bcc0c81e3c7db63d667990548f937db05f85f56
parentf80aff4721f980ab8501075b228346543faa50ff
PR rtl-optimization/69570
* ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
if there is more than one set, not if there is a single set.

* g++.dg/opt/pr69570.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233033 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ifcvt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr69570.C [new file with mode: 0644]