]> git.ipfire.org Git - thirdparty/gcc.git/commit
Return true/false instead of 1/0 from generic predicates.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 1 Jul 2021 14:52:11 +0000 (16:52 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 1 Jul 2021 14:52:11 +0000 (16:52 +0200)
commitcfeffe9c461762bf95ba63dce535c81ddb36f109
treeaff8d48e11be24520286b112b53ee5df4d550ee8
parenta86b3453fc6e29cf0e19916b01c393652d838d56
Return true/false instead of 1/0 from generic predicates.

No functional changes.

2021-07-01  Uroš Bizjak  <ubizjak@gmail.com>

gcc/
* recog.c (general_operand): Return true/false instead of 1/0.
(register_operand): Ditto.
(immediate_operand): Ditto.
(const_int_operand): Ditto.
(const_scalar_int_operand): Ditto.
(const_double_operand): Ditto.
(push_operand): Ditto.
(pop_operand): Ditto.
(memory_operand): Ditto.
(indirect_operand): Ditto.
gcc/recog.c