From: Claudiu Zissulescu Date: Tue, 18 May 2021 07:54:38 +0000 (+0300) Subject: arc: Fix typo in negv2si2 pattern X-Git-Tag: basepoints/gcc-13~7451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=def010e4156f8d39c2e8c914eab0b0df8a9fa078;p=thirdparty%2Fgcc.git arc: Fix typo in negv2si2 pattern gcc/ 2021-05-18 Claudiu Zissulescu * config/arc/simdext.md (negv2si2): Remove round bracket. Signed-off-by: Claudiu Zissulescu --- diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index c7ca306a0813..dd63f93b3fd6 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -2056,7 +2056,7 @@ [(set (match_operand:VCT 0 "register_operand" "=r") (neg:VCT (match_operand:VCT 1 "register_operand" "r")))] "TARGET_PLUS_DMPY" - "vsub\\t%0,0,%1" + "vsub\\t%0,0,%1" [(set_attr "length" "8") (set_attr "type" "multi")])