(spe_evrlwi): Add missing third operand to assembler template.

From-SVN: r57707
This commit is contained in:
Nick Clifton 2002-10-01 20:39:03 +00:00 committed by Nick Clifton
parent 3c655f42e4
commit 78872ad9bd
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -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")])