2016-11-09 Richard Biener <rguenther@suse.de>
commit421721dfaaddd54b376a5ac48e15ce6c7704bde3
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Nov 2016 12:37:10 +0000 (9 12:37 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Nov 2016 12:37:10 +0000 (9 12:37 +0000)
tree61922d413cef2f81a02f9c9ed118f722c2928ad8
parent0787dd560e54c5832f2bbceb59ec9a8dfcafb2c2
2016-11-09  Richard Biener  <rguenther@suse.de>

* common.opt (flag_evaluation_order): Remove.
* expr.c (expand_operands): Remove code guarded by
flag_evaluation_order.
* fold-const.c (reorder_operands_p): Remove, it always returns
true.
(negate_expr_p): Remove calls to reorder_operands_p.
(fold_negate_expr): Likewise.
(tree_swap_operands_p): Likewise.
(fold_binary_loc): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241998 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/expr.c
gcc/fold-const.c