]> gcc.gnu.org Git - gcc.git/commit
VAX: Fix comment for `*bit<mode>' pattern's peephole
authorMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 8 Apr 2021 15:55:49 +0000 (16:55 +0100)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 8 Apr 2021 15:55:49 +0000 (16:55 +0100)
commit94279aacd061623a160b8dc1b9ea267ee435b0f8
tree7818e16ea8a1e9cf4520afb3f514f3250f7089a9
parent559d2f1e0eafd96c19dc5324db1a466286c0e7fc
VAX: Fix comment for `*bit<mode>' pattern's peephole

The comment for a peephole provided for the `*bit<mode>' pattern to be
produced in comparison elimination from a sequence involving a bitwise
complement operation of one input operand followed by a bitwise AND
operation between a bitwise complement of said intermediate result and
the other input operand (which corresponds to a sequence of MCOM and BIC
machine instructions) incorrectly refers to the first operation as MNEG
(which is the machine instruction for arithmetic negation) rather than
MCOM as it is supposed to.  Fix it.

gcc/
* config/vax/vax.md: Fix comment for `*bit<mode>' pattern's
peephole.
gcc/config/vax/vax.md
This page took 0.0578689999999999 seconds and 5 git commands to generate.