diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2017-04-25 15:22:00 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2017-04-25 15:22:00 +0200 |
commit | c66cda60fe7d35c2dfb2397d754461e9b1698c08 (patch) | |
tree | f11a00fdf3278b6e1a88840ddfb71e45da606e93 /gcc/config/arc/simdext.md | |
parent | 2da8c8e2e36f256bd257ff12cc4f33cd876a114f (diff) | |
download | gcc-c66cda60fe7d35c2dfb2397d754461e9b1698c08.zip gcc-c66cda60fe7d35c2dfb2397d754461e9b1698c08.tar.gz gcc-c66cda60fe7d35c2dfb2397d754461e9b1698c08.tar.bz2 |
[ARC][COMMITTED] Fix typo dmpyh pattern
gcc/
2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/simdext.md (dmpyh): Fix typo.
From-SVN: r247226
Diffstat (limited to 'gcc/config/arc/simdext.md')
-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 33bb330..5253033 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -1580,7 +1580,7 @@ (SE:SI (vec_select:HI (match_dup 1) (parallel [(const_int 1)]))) (SE:SI (vec_select:HI (match_dup 2) (parallel [(const_int 1)])))))))] "TARGET_PLUS_DMPY" - "dmpy<V_US_suffix>%? %0, %1, %2" + "dmpyh<V_US_suffix>%? %0, %1, %2" [(set_attr "length" "4") (set_attr "type" "multi") (set_attr "predicable" "yes,no") |