Commit b0a31300 by Andreas Jaeger Committed by Andreas Jaeger

* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.

From-SVN: r68346
parent 34695841
2003-06-22 Andreas Jaeger <aj@suse.de>
* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
......
......@@ -383,7 +383,7 @@ prepare_call_address (rtx funexp, tree fndecl, rtx *call_fusage,
denote registers used by the called function. */
static void
emit_call_1 (rtx funexp, tree fndecl, tree funtype,
emit_call_1 (rtx funexp, tree fndecl ATTRIBUTE_UNUSED, tree funtype ATTRIBUTE_UNUSED,
HOST_WIDE_INT stack_size ATTRIBUTE_UNUSED,
HOST_WIDE_INT rounded_stack_size,
HOST_WIDE_INT struct_value_size ATTRIBUTE_UNUSED,
......
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