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

From-SVN: r68346
This commit is contained in:
Andreas Jaeger 2003-06-22 19:46:38 +02:00 committed by Andreas Jaeger
parent 3469584104
commit b0a3130068
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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,