genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED to OP parmeter of generated function.

* genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED
        to OP parmeter of generated function.

From-SVN: r263934
This commit is contained in:
Joern Rennecke 2018-08-28 21:54:44 +00:00 committed by Joern Rennecke
parent fd8303a508
commit d0794d14de
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-08-28 Joern Rennecke <joern.rennecke@riscy-ip.com>
* genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED
to OP parmeter of generated function.
2018-08-28 MCC CS <deswurstes@users.noreply.github.com>
PR tree-optimization/87009

View File

@ -152,7 +152,7 @@ write_predicate_subfunction (struct pred_data *p)
p->exp = and_exp;
printf ("static inline int\n"
"%s_1 (rtx op, machine_mode mode ATTRIBUTE_UNUSED)\n",
"%s_1 (rtx op ATTRIBUTE_UNUSED, machine_mode mode ATTRIBUTE_UNUSED)\n",
p->name);
rtx_reader_ptr->print_md_ptr_loc (p->c_block);
if (p->c_block[0] == '{')