gcc/ChangeLog: 2019-07-24 Martin Liska * 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. --- gcc/fold-const.c | 148 +++++++++++++++++++++++------------------------ gcc/fold-const.h | 2 +- 2 files changed, 75 insertions(+), 75 deletions(-)