* config/rs6000/rs6000.md (eqv<mode>3): Add support for powerp eqv instruction.
[Typo, "powerp". There are many more typos and non-grammatical sentences.]
Why isn't this covered by boolean_operator and %q output operand?
The existing patterns (boolc<mode>3_...) do for eqv:
(set reg (xor (not reg) reg))
which is not canonical RTL.
Segher
