aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-10-01 20:39:03 +0000
committerNick Clifton <nickc@gcc.gnu.org>2002-10-01 20:39:03 +0000
commit78872ad9bde66e572f5418862c641f32ce8706f9 (patch)
treef7e7b3fe93c0896b6341951c232b7d3e1028ef41 /gcc
parent3c655f42e4e2bee3e2caeb2ddd54468e2bcdcf0a (diff)
downloadgcc-78872ad9bde66e572f5418862c641f32ce8706f9.zip
gcc-78872ad9bde66e572f5418862c641f32ce8706f9.tar.gz
gcc-78872ad9bde66e572f5418862c641f32ce8706f9.tar.bz2
(spe_evrlwi): Add missing third operand to assembler template.
From-SVN: r57707
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/spe.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a164c7a..4af6f0f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-01 Nick Clifton <nickc@redhat.com>
+
+ * config/rs6000/spe.md (spe_evrlwi): Add missing third operand
+ to assembler template.
+
2002-10-01 Richard Henderson <rth@redhat.com>
* dwarf2out.c (loc_descriptor_from_tree): Relax requirement
diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md
index ab02b54..c5132d7 100644
--- a/gcc/config/rs6000/spe.md
+++ b/gcc/config/rs6000/spe.md
@@ -483,7 +483,7 @@
(unspec:V2SI [(match_operand:V2SI 1 "gpc_reg_operand" "r")
(match_operand:QI 2 "immediate_operand" "i")] 519))]
"TARGET_SPE"
- "evrlwi %0,%1"
+ "evrlwi %0,%1,%2"
[(set_attr "type" "vecsimple")
(set_attr "length" "4")])