* coverage.c (get_coverage_counts): Use inform instead of warning
about missing profile.
From-SVN: r74591
+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>
* Makefile.in (opts.o, explow.o): Depend on langhooks.h
static int warned = 0;
if (!warned++)
- warning ("file %s not found, execution counts assumed to be zero",
- da_file_name);
+ inform ("file %s not found, execution counts assumed to be zero",
+ da_file_name);
return NULL;
}