middle-end/108209 - typo in genmatch.cc:commutative_op
authorRichard Biener <rguenther@suse.de>
Mon, 9 Jan 2023 13:28:03 +0000 (14:28 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 9 Jan 2023 14:07:49 +0000 (15:07 +0100)
commit46034c46f82dec169fe7fc7c2d82d8321d9a9512
tree92aa661b00e471b62a388b0500efa9bfd58a1130
parentb1879fb84e78fa2c530e66de43f3dc125820864a
middle-end/108209 - typo in genmatch.cc:commutative_op

The early out for user-id handling indicated commutative
rather than not commutative.

PR middle-end/108209
* genmatch.cc (commutative_op): Fix return value for
user-id with non-commutative first replacement.
gcc/genmatch.cc