diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 16276f2b7de..e71e5e56464 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -74,7 +74,7 @@ extern bool value_profile_transformations (void); /* External declarations for edge-based profiling. */ struct profile_hooks { - /* Insert code to increment an edge count. */ + /* Insert code to increment an edge count. */ void (*gen_edge_profiler) (int, edge); /* Insert code to increment the interval histogram counter. */ @@ -83,7 +83,7 @@ struct profile_hooks { /* Insert code to increment the power of two histogram counter. */ void (*gen_pow2_profiler) (struct histogram_value *, unsigned, unsigned); - /* Insert code to find the most common value. */ + /* Insert code to find the most common value. */ void (*gen_one_value_profiler) (struct histogram_value *, unsigned, unsigned); /* Insert code to find the most common value of a difference between two |