rs6000: Fix p8_mtvsrd_df's insn type
authorKewen Lin <linkw@linux.ibm.com>
Fri, 20 Nov 2020 04:32:18 +0000 (22:32 -0600)
committerKewen Lin <linkw@linux.ibm.com>
Fri, 20 Nov 2020 06:41:03 +0000 (00:41 -0600)
commit02109ea26848d04175c7ac55007944128cd227a6
tree00418e33ceb4c003ef0f39fd5a19084d1cb51516
parent32934a4f45a72144cdcd0712cc294fe88c36f13d
rs6000: Fix p8_mtvsrd_df's insn type

This patch is to fix insn type of p8_mtvsrd_df from mfvsr to mtvsr,
in order to align with the other places using mtvsrd.

gcc/ChangeLog:

* config/rs6000/rs6000.md (p8_mtvsrd_df): Fix insn type.
gcc/config/rs6000/rs6000.md