Commit cd735ab8 by Kazu Hirata Committed by Kazu Hirata

bb-reorder.c (max_entry_frequency, [...]): Make them static.

	* bb-reorder.c (max_entry_frequency, max_entry_frequency):
	Make them static.

From-SVN: r96011
parent 02665ea4
2005-03-07 Kazu Hirata <kazu@cs.umass.edu>
* bb-reorder.c (max_entry_frequency, max_entry_frequency):
Make them 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.
......
...@@ -153,8 +153,8 @@ struct trace ...@@ -153,8 +153,8 @@ struct trace
}; };
/* Maximum frequency and count of one of the entry blocks. */ /* Maximum frequency and count of one of the entry blocks. */
int max_entry_frequency; static int max_entry_frequency;
gcov_type max_entry_count; static gcov_type max_entry_count;
/* Local function prototypes. */ /* Local function prototypes. */
static void find_traces (int *, struct trace *); static void find_traces (int *, struct trace *);
......
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