coverage.c (get_coverage_counts): Use inform instead of warning about missing profile.
authorJan Hubicka <jh@suse.cz>
Sat, 13 Dec 2003 00:24:39 +0000 (01:24 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 13 Dec 2003 00:24:39 +0000 (00:24 +0000)
* coverage.c (get_coverage_counts):  Use inform instead of warning
about missing profile.

From-SVN: r74591

gcc/ChangeLog
gcc/coverage.c

index e88617c40732481e9be5269f7f9fc095d7a6c460..ebea733dce569affd7120dca21fa7b6317cd6b4f 100644 (file)
@@ -1,3 +1,8 @@
+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
index b02c97c15d652a1702b331a934b3eefd19d74f50..9e2541374f2bd7a2d1a89b91fb8d6e7dcf79d238 100644 (file)
@@ -306,8 +306,8 @@ get_coverage_counts (unsigned counter, unsigned expected,
       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;
     }