From 78872ad9bde66e572f5418862c641f32ce8706f9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 1 Oct 2002 20:39:03 +0000 Subject: [PATCH] (spe_evrlwi): Add missing third operand to assembler template. From-SVN: r57707 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/spe.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a164c7a4530..4af6f0fe95f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-01 Nick Clifton + + * config/rs6000/spe.md (spe_evrlwi): Add missing third operand + to assembler template. + 2002-10-01 Richard Henderson * dwarf2out.c (loc_descriptor_from_tree): Relax requirement diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md index ab02b546ea8..c5132d73c0a 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")]) -- 2.30.2