diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2021-05-18 10:54:38 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2021-05-18 10:57:53 +0300 |
commit | def010e4156f8d39c2e8c914eab0b0df8a9fa078 (patch) | |
tree | dafc17204f54fe666e9d118976700bfdfd98fcd7 /gcc | |
parent | 1e07091de3636e9f88b313b52935457b0e2fe07e (diff) | |
download | gcc-def010e4156f8d39c2e8c914eab0b0df8a9fa078.zip gcc-def010e4156f8d39c2e8c914eab0b0df8a9fa078.tar.gz gcc-def010e4156f8d39c2e8c914eab0b0df8a9fa078.tar.bz2 |
arc: Fix typo in negv2si2 pattern
gcc/
2021-05-18 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/simdext.md (negv2si2): Remove round bracket.
Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arc/simdext.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index c7ca306..dd63f93 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<V_suffix)>\\t%0,0,%1" + "vsub<V_suffix>\\t%0,0,%1" [(set_attr "length" "8") (set_attr "type" "multi")]) |