rs6000: Remove useless operands[3]
commit1a87deddf470c728e85cc9ca802b51ed2b1efbd6
authorKewen Lin <linkw@linux.ibm.com>
Tue, 21 May 2024 02:01:07 +0000 (20 21:01 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Tue, 21 May 2024 02:01:07 +0000 (20 21:01 -0500)
tree4686629be78af2de79051e855b5250fbabd8fea0
parent2cd8dfd7d599ad6205e40c4e57275ce6ebd073aa
rs6000: Remove useless operands[3]

As shown, three uses of operands[3] are totally useless, so
this patch is to remove them to avoid any confusion.

gcc/ChangeLog:

* config/rs6000/rs6000.md (@ieee_128bit_vsx_neg<IEEE128>2): Remove
the use of operands[3].
(@ieee_128bit_vsx_neg<IEEE128>2): Likewise.
(*ieee_128bit_vsx_nabs<mode>2): Likewise.
gcc/config/rs6000/rs6000.md