From f43329a5ae7245add8191783724d9bb99006f3b3 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 11 Sep 2004 21:50:21 +0200 Subject: profile.c (BB_TO_GCOV_INDEX): move more to the front. * profile.c (BB_TO_GCOV_INDEX): move more to the front. (output_location): Break out from .... (branch_prob): ... here; handle gcov output on trees. * toplev.c (process_options): No longer be sorry about coverage for trees. From-SVN: r87364 --- gcc/toplev.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index bf7ae20..f63e80b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1752,8 +1752,6 @@ process_options (void) warning ("this target machine does not have delayed branches"); #endif - if (flag_tree_based_profiling && flag_test_coverage) - sorry ("test-coverage not yet implemented in trees."); if (flag_tree_based_profiling && flag_profile_values) sorry ("value-based profiling not yet implemented in trees."); -- cgit v1.1