mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 16:25:00 +08:00
* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
From-SVN: r68346
This commit is contained in:
parent
3469584104
commit
b0a3130068
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user