aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2020-11-19 22:32:18 -0600
committerKewen Lin <linkw@linux.ibm.com>2020-11-20 00:41:03 -0600
commit02109ea26848d04175c7ac55007944128cd227a6 (patch)
tree00418e33ceb4c003ef0f39fd5a19084d1cb51516 /gcc
parent32934a4f45a72144cdcd0712cc294fe88c36f13d (diff)
downloadgcc-02109ea26848d04175c7ac55007944128cd227a6.zip
gcc-02109ea26848d04175c7ac55007944128cd227a6.tar.gz
gcc-02109ea26848d04175c7ac55007944128cd227a6.tar.bz2
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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 5e5ad9f..7de31ca 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -8761,7 +8761,7 @@
UNSPEC_P8V_MTVSRD))]
"TARGET_POWERPC64 && TARGET_DIRECT_MOVE"
"mtvsrd %x0,%1"
- [(set_attr "type" "mfvsr")])
+ [(set_attr "type" "mtvsr")])
(define_insn "p8_xxpermdi_<mode>"
[(set (match_operand:FMOVE128_GPR 0 "register_operand" "=wa")