Commit d8158ff1 by Kaz Kojima

sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.

	* config/sh/sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.

From-SVN: r150708
parent 5d32a15e
2009-08-12 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.
2009-08-12 Richard Guenther <rguenther@suse.de>
PR tree-optimization/41011
......
......@@ -7901,7 +7901,8 @@ sh_dwarf_register_span (rtx reg)
static enum machine_mode
sh_promote_function_mode (const_tree type, enum machine_mode mode,
int *punsignedp, const_tree funtype, int for_return)
int *punsignedp, const_tree funtype,
int for_return ATTRIBUTE_UNUSED)
{
if (sh_promote_prototypes (funtype))
return promote_mode (type, mode, punsignedp);
......
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