diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 22dc2c9..1ce0fda 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -100,7 +100,7 @@ along with GCC; see the file COPYING3. If not see * The value profiling code could be used to record analysis results from non-profiling (e.g. VRP). * Adding new profilers should be simplified, starting with a cleanup - of what-happens-where andwith making gimple_find_values_to_profile + of what-happens-where and with making gimple_find_values_to_profile and gimple_value_profile_transformations table-driven, perhaps... */ |