tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATCH_SIDE_E...
authorJan Hubicka <hubicka@ucw.cz>
Fri, 6 Nov 2015 17:24:28 +0000 (18:24 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 6 Nov 2015 17:24:28 +0000 (17:24 +0000)
commit2a8e33581b09efb6f9e9897b82133e510062fe91
tree503d99aea380746c3afd2b7a7413a00f6a4a890c
parenta6fc00da763fceeb9b7491fe07c6985949da9953
tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATCH_SIDE_EFFECTS.

* tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and
add OEP_MATCH_SIDE_EFFECTS.
* fold-const.c (operand_equal_p): Update documentation; handle
OEP_MATCH_SIDE_EFFECTS.
* tree-ssa-tail-merge.c (gimple_operand_equal_value_p): Use
OEP_MATCH_SIDE_EFFECTS.

From-SVN: r229867
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-core.h
gcc/tree-ssa-tail-merge.c