mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:40:48 +08:00
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:
parent
fd8303a508
commit
d0794d14de
@ -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
|
||||
|
@ -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] == '{')
|
||||
|
Loading…
x
Reference in New Issue
Block a user