]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove conditions in the code generation of if-conversion.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 26 May 2010 16:46:49 +0000 (16:46 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 26 May 2010 16:46:49 +0000 (16:46 +0000)
commit76b8477663ca9d034979fa5aeaae429f10e64827
treef153e2d09d17a98b23f7f08a350a44a45e06b4eb
parentbc447143dc88b1418187190e9f8f25685d520b80
Remove conditions in the code generation of if-conversion.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
statements in the analysis part.
(tree_if_convert_stmt): Update comment.
(remove_conditions_and_labels): New.
(combine_blocks): Call remove_conditions_and_labels.
(tree_if_conversion): Update comment.

From-SVN: r159885
gcc/ChangeLog
gcc/tree-if-conv.c