Commit bbfff586 by Jan Hubicka Committed by Jan Hubicka

coverage.c (get_coverage_counts): Use inform instead of warning about missing profile.


	* coverage.c (get_coverage_counts):  Use inform instead of warning
	about missing profile.

From-SVN: r74591
parent 5c425df5
2003-12-13 Jan Hubicka <jh@suse.cz>
* coverage.c (get_coverage_counts): Use inform instead of warning
about missing profile.
2003-12-12 Steven Bosscher <stevenb@suse.de> 2003-12-12 Steven Bosscher <stevenb@suse.de>
* Makefile.in (opts.o, explow.o): Depend on langhooks.h * Makefile.in (opts.o, explow.o): Depend on langhooks.h
......
...@@ -306,8 +306,8 @@ get_coverage_counts (unsigned counter, unsigned expected, ...@@ -306,8 +306,8 @@ get_coverage_counts (unsigned counter, unsigned expected,
static int warned = 0; static int warned = 0;
if (!warned++) if (!warned++)
warning ("file %s not found, execution counts assumed to be zero", inform ("file %s not found, execution counts assumed to be zero",
da_file_name); da_file_name);
return NULL; return NULL;
} }
......
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