]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
authorAndreas Jaeger <aj@suse.de>
Sun, 22 Jun 2003 17:46:38 +0000 (19:46 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 22 Jun 2003 17:46:38 +0000 (19:46 +0200)
From-SVN: r68346

gcc/ChangeLog
gcc/calls.c

index fa2eb4f8ba2985e6c456207a32b20d383540da9f..1643e386f7a988fba926885d00dde4389ec78e7a 100644 (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.
index d55c2d13189df4fc92d66848f8c83cede27bcd2f..f220a6d7817e247c0bede847f3e34d8f872d1083 100644 (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,