(spe_evrlwi): Add missing third operand to assembler template.
authorNick Clifton <nickc@redhat.com>
Tue, 1 Oct 2002 20:39:03 +0000 (20:39 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 1 Oct 2002 20:39:03 +0000 (20:39 +0000)
From-SVN: r57707

gcc/ChangeLog
gcc/config/rs6000/spe.md

index a164c7a..4af6f0f 100644 (file)
@@ -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
index ab02b54..c5132d7 100644 (file)
         (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")])