Make them static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96011
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
};
/* Maximum frequency and count of one of the entry blocks. */
-int max_entry_frequency;
-gcov_type max_entry_count;
+static int max_entry_frequency;
+static gcov_type max_entry_count;
/* Local function prototypes. */
static void find_traces (int *, struct trace *);