re PR tree-optimization/70916 (gcc ICE at -O3 on valid code on x86_64-linux-gnu in...
authorJakub Jelinek <jakub@redhat.com>
Tue, 3 May 2016 11:43:06 +0000 (13:43 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 3 May 2016 11:43:06 +0000 (13:43 +0200)
commite7437b594f9c54bc07a2ef0bda9801ce62b1eab7
tree9171de8194afb338e1740a5022ab98933b0653ca
parentdea60b590ccf8968b5b651eddfc25ddf3226c8a1
re PR tree-optimization/70916 (gcc ICE at -O3 on valid code on x86_64-linux-gnu in "tree_operand_check")

PR tree-optimization/70916
* tree-if-conv.c (constant_or_ssa_name): Removed.
(fold_build_cond_expr): Use is_gimple_val instead of
constant_or_ssa_name.

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