aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2003-12-05 03:48:39 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2003-12-04 19:48:39 -0800
commit34c6bdab9ed08bdc51a27a340d18b808e0138ea9 (patch)
treebd3d1c677b1c5d93aad52ff5a1b71148e656491b
parent69f73bd39537419efe9d74c63c84e3292c9f4a15 (diff)
downloadgcc-34c6bdab9ed08bdc51a27a340d18b808e0138ea9.zip
gcc-34c6bdab9ed08bdc51a27a340d18b808e0138ea9.tar.gz
gcc-34c6bdab9ed08bdc51a27a340d18b808e0138ea9.tar.bz2
re PR target/12467 (vmsumubm emitted when vmsummbm appropriate)
2003-12-04 Andrew Pinski <pinskia@physics.uc.edu> PR target/12467 * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo. From-SVN: r74306
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/altivec.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 428e954..ae1cf5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-04 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/12467
+ * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
+
2003-12-04 Stuart Hastings <stuart@apple.com>
* rs6000.c (output_call, macho_branch_islands,
diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md
index 329e3b9..5fccb98 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"