Replace int with boolean in predicate functions.
authorMartin Liska <mliska@suse.cz>
Wed, 7 Aug 2019 12:45:57 +0000 (14:45 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 7 Aug 2019 12:45:57 +0000 (12:45 +0000)
commit12bbb1f78e610e665077f6ed58013b4c9f57741b
tree60eef701e963225ccc924c85191c496d5e95d0e5
parent4047bab96dfc6bcea64a12b428f40d2f7a77ccbb
Replace int with boolean in predicate functions.

2019-08-07  Martin Liska  <mliska@suse.cz>

* fold-const.c (twoval_comparison_p): Replace int
with bool as a return type.
(simple_operand_p): Likewise.
(operand_equal_p): Replace int with bool as a return type.
* fold-const.h (operand_equal_p): Likewise.

From-SVN: r274161
gcc/ChangeLog
gcc/fold-const.c
gcc/fold-const.h