./:
commit268de9b99fd9a7440549cf09781af0566ff076a1
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Jan 2006 02:49:17 +0000 (15 02:49 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Jan 2006 02:49:17 +0000 (15 02:49 +0000)
tree0f3b6840427ac80db771374ab36bf699a7b5f066
parent6e4c5e2028d021dcd6c553a301ba4c4f9933193b
./:
* ifcvt.c (noce_init_if_info): New static function, broken out of
noce_process_if_block.
(noce_process_if_block): Call noce_init_if_info.
(check_cond_move_block): New static function.
(cond_move_process_if_block): New static function.
(process_if_block): Call cond_move_process_if_block.
testsuite/:
* gcc.target/i386/cmov6.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109717 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ifcvt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/cmov6.c [new file with mode: 0644]