From: Claudiu Zissulescu Date: Tue, 25 Apr 2017 13:22:00 +0000 (+0200) Subject: [ARC][COMMITTED] Fix typo dmpyh pattern X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c66cda60fe7d35c2dfb2397d754461e9b1698c08;p=gcc.git [ARC][COMMITTED] Fix typo dmpyh pattern gcc/ 2017-04-25 Claudiu Zissulescu * config/arc/simdext.md (dmpyh): Fix typo. From-SVN: r247226 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 41567792b6b..45bec945e7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-04-25 Claudiu Zissulescu + + * config/arc/simdext.md (dmpyh): Fix typo. + 2017-04-25 Richard Biener PR tree-optimization/80492 diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index 33bb3302080..525303364d5 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%? %0, %1, %2" + "dmpyh%? %0, %1, %2" [(set_attr "length" "4") (set_attr "type" "multi") (set_attr "predicable" "yes,no")