arc: Add length attribute to eh_return pattern.

gcc/
xxxx-xx-xx  Claudiu Zissulescu  <claziss@synopsys.com>

	* config/arc/arc.md (eh_return): Add length info.
This commit is contained in:
Claudiu Zissulescu 2020-03-03 10:34:49 +02:00
parent a422f68924
commit 93338040bd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-03-03 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/arc.md (eh_return): Add length info.
2020-03-02 David Malcolm <dmalcolm@redhat.com>
* doc/invoke.texi (-fanalyzer-show-duplicate-count): New.

View File

@ -6752,7 +6752,9 @@ core_3, archs4x, archs4xd, archs4xd_slow"
arc_eh_return_address_location (operands[0]);
DONE;
}"
)
[(set_attr "length" "8")]
)
;; include the arc-FPX instructions
(include "fpx.md")