Commit 0405cc0e by Kazu Hirata Committed by Kazu Hirata

* calls (stack_arg_under_construction): Make it static.

From-SVN: r96012
parent cd735ab8
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
* bb-reorder.c (max_entry_frequency, max_entry_frequency): * bb-reorder.c (max_entry_frequency, max_entry_frequency):
Make them static. Make them static.
* calls (stack_arg_under_construction): Make it static.
2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com> 2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv. * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
......
...@@ -119,7 +119,7 @@ static sbitmap stored_args_map; ...@@ -119,7 +119,7 @@ static sbitmap stored_args_map;
returns a BLKmode struct) and expand_call must take special action returns a BLKmode struct) and expand_call must take special action
to make sure the object being constructed does not overlap the to make sure the object being constructed does not overlap the
argument list for the constructor call. */ argument list for the constructor call. */
int stack_arg_under_construction; static int stack_arg_under_construction;
static void emit_call_1 (rtx, tree, tree, tree, HOST_WIDE_INT, HOST_WIDE_INT, static void emit_call_1 (rtx, tree, tree, tree, HOST_WIDE_INT, HOST_WIDE_INT,
HOST_WIDE_INT, rtx, rtx, int, rtx, int, HOST_WIDE_INT, rtx, rtx, int, rtx, int,
......
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