Fix typo in index comparison of CONSTRUCTOR.
authorMartin Liska <mliska@suse.cz>
Mon, 3 Jun 2019 10:42:14 +0000 (12:42 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 3 Jun 2019 10:42:14 +0000 (10:42 +0000)
commit4c76ebd05b41db96913d818b28668f8a530340e4
treec30814df0c5866d615752f7f816fd282175a137d
parentefb34006e9c3f9592edd77bda2e57ce14c65579b
Fix typo in index comparison of CONSTRUCTOR.

2019-06-03  Martin Liska  <mliska@suse.cz>

* fold-const.c (operand_equal_p): Fix typo as compare_tree_int
returns 0 when operands are equal.

From-SVN: r271859
gcc/ChangeLog
gcc/fold-const.c