Commit 93338040 by Claudiu Zissulescu

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.
parent a422f689
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> 2020-03-02 David Malcolm <dmalcolm@redhat.com>
* doc/invoke.texi (-fanalyzer-show-duplicate-count): New. * doc/invoke.texi (-fanalyzer-show-duplicate-count): New.
......
...@@ -6752,7 +6752,9 @@ core_3, archs4x, archs4xd, archs4xd_slow" ...@@ -6752,7 +6752,9 @@ core_3, archs4x, archs4xd, archs4xd_slow"
arc_eh_return_address_location (operands[0]); arc_eh_return_address_location (operands[0]);
DONE; DONE;
}" }"
) [(set_attr "length" "8")]
)
;; include the arc-FPX instructions ;; include the arc-FPX instructions
(include "fpx.md") (include "fpx.md")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment