]> git.ipfire.org Git - thirdparty/gcc.git/commit
MATCH: Fix comment for `(zero_one ==/!= 0) ? y : z <op> y` patterns
authorAndrew Pinski <apinski@marvell.com>
Wed, 7 Jun 2023 13:47:42 +0000 (06:47 -0700)
committerAndrew Pinski <apinski@marvell.com>
Wed, 7 Jun 2023 21:29:46 +0000 (14:29 -0700)
commit941209f9da23b4e0f338ed970012fcfa7b20e528
tree9927bc913ecae56f95dcbc97cf7289f360bf0998
parent99bfdb072e67fa3fe294d86b4b2a9f686f8d9705
MATCH: Fix comment for `(zero_one ==/!= 0) ? y : z <op> y` patterns

The patterns match more than just `a & 1` so change the comment
for these two patterns to say that.

Committed as obvious after a bootstrap/test on x86_64-linux-gnu.

gcc/ChangeLog:

* match.pd: Fix comment for the
`(zero_one ==/!= 0) ? y : z <op> y` patterns.
gcc/match.pd