]> git.ipfire.org Git - thirdparty/gcc.git/commit
ifcvt.c (noce_can_store_speculate_p): New static function.
authorIan Lance Taylor <iant@google.com>
Tue, 30 Oct 2007 04:32:06 +0000 (04:32 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 30 Oct 2007 04:32:06 +0000 (04:32 +0000)
commit2e84c07f06afa0534d17b97584d9b827fbd54062
treea70e2e4a8386045b041c528619467a699a018ce1
parent280ed215ff2f5f926a34a984bbda91f991b0687e
ifcvt.c (noce_can_store_speculate_p): New static function.

* ifcvt.c (noce_can_store_speculate_p): New static function.
(noce_process_if_block): Call it.
(find_if_header): Only call find_if_case_1 and find_if_case_2 if
life_data_ok is set.
(if_convert): Always compute postdominators.

From-SVN: r129763
gcc/ChangeLog
gcc/ifcvt.c