From def010e4156f8d39c2e8c914eab0b0df8a9fa078 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 18 May 2021 10:54:38 +0300 Subject: [PATCH] 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 --- gcc/config/arc/simdext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]) -- 2.47.2