From: Andrew Pinski Date: Fri, 5 Dec 2003 03:48:39 +0000 (+0000) Subject: re PR target/12467 (vmsumubm emitted when vmsummbm appropriate) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34c6bdab9ed08bdc51a27a340d18b808e0138ea9;p=gcc.git re PR target/12467 (vmsumubm emitted when vmsummbm appropriate) 2003-12-04 Andrew Pinski PR target/12467 * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo. From-SVN: r74306 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 428e95474ed..ae1cf5db2c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-04 Andrew Pinski + + PR target/12467 + * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo. + 2003-12-04 Stuart Hastings * rs6000.c (output_call, macho_branch_islands, diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md index 329e3b9b5b6..5fccb98bfa7 100644 --- a/gcc/config/rs6000/altivec.md +++ b/gcc/config/rs6000/altivec.md @@ -670,7 +670,7 @@ (match_operand:V16QI 2 "register_operand" "v") (match_operand:V4SI 3 "register_operand" "v")] 66))] "TARGET_ALTIVEC" - "vmsumubm %0,%1,%2,%3" + "vmsummbm %0,%1,%2,%3" [(set_attr "type" "veccomplex")]) (define_insn "altivec_vmsumuhm"