gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove dispatching to fold_binary...
authorRichard Biener <rguenther@suse.de>
Tue, 4 Aug 2015 09:40:54 +0000 (09:40 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 4 Aug 2015 09:40:54 +0000 (09:40 +0000)
commit4b1b9e64ce91969a7eed2796207e728a3d887ca0
treed9d97843e418653cad9a6488ed10bd7ed6d8223d
parentf8bdb6a56bb31434c78a1bcb5f055e4074208696
gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove dispatching to fold_binary for GIMPLE_BINARY_RHS and for comparisons...

2015-08-04  Richard Biener  <rguenther@suse.de>

* gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
dispatching to fold_binary for GIMPLE_BINARY_RHS and for
comparisons embedded in [VEC_]COND_EXPRs.

From-SVN: r226551
gcc/ChangeLog
gcc/gimple-fold.c