gcc/ 2021-05-18 Claudiu Zissulescu <claz...@synopsys.com> * config/arc/simdext.md (negv2si2): Remove round bracket.
Signed-off-by: Claudiu Zissulescu <claz...@synopsys.com> --- 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 c7ca306a081..dd63f93b3fd 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -2056,7 +2056,7 @@ (define_insn "*neg<mode>2" [(set (match_operand:VCT 0 "register_operand" "=r") (neg:VCT (match_operand:VCT 1 "register_operand" "r")))] "TARGET_PLUS_DMPY" - "vsub<V_suffix)>\\t%0,0,%1" + "vsub<V_suffix>\\t%0,0,%1" [(set_attr "length" "8") (set_attr "type" "multi")]) -- 2.31.1