Re: [patch tree-optimization]: Remove dead-code from gimple-fold

2011-07-27 Thread Richard Guenther
On Wed, Jul 27, 2011 at 1:49 PM, Kai Tietz wrote: > Hello, > > this patch removes from gimple-fold the dead-code about > TRUTH_AND/TRUTH_OR-expression checks. > > ChangeLog > >        * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR >        expression handling. >        (and_var_with_comp

[patch tree-optimization]: Remove dead-code from gimple-fold

2011-07-27 Thread Kai Tietz
Hello, this patch removes from gimple-fold the dead-code about TRUTH_AND/TRUTH_OR-expression checks. ChangeLog * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR expression handling. (and_var_with_comparison_1): Likewise. Bootstrapped and regression tested on host