Commit adbe6dfd by Ulrich Weigand Committed by Ulrich Weigand

genattrtab.c (write_attr_get): Mark 'insn' paramter as ATTRIBUTE_UNUSED.

	* genattrtab.c (write_attr_get): Mark 'insn' paramter
	as ATTRIBUTE_UNUSED.

From-SVN: r61666
parent 1a1e79bb
2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
* genattrtab.c (write_attr_get): Mark 'insn' paramter
as ATTRIBUTE_UNUSED.
2003-01-23 Richard Earnshaw <rearnsha@arm.com>
* arm.c (thumb_base_register_rtx_p): New function.
......
......@@ -5021,7 +5021,7 @@ write_attr_get (attr)
return;
}
printf (" rtx insn;\n");
printf (" rtx insn ATTRIBUTE_UNUSED;\n");
printf ("{\n");
if (GET_CODE (common_av->value) == FFS)
......
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