r274161 - in /trunk/gcc: ChangeLog fold-const.c...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Wed Aug 7 12:45:00 GMT 2019


Author: marxin
Date: Wed Aug  7 12:45:57 2019
New Revision: 274161

URL: https://gcc.gnu.org/viewcvs?rev=274161&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/fold-const.h



More information about the Gcc-cvs mailing list