diff options
Diffstat (limited to 'gcc/cfgloopmanip.c')
-rw-r--r-- | gcc/cfgloopmanip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c index 8cceb7d..2bffb80 100644 --- a/gcc/cfgloopmanip.c +++ b/gcc/cfgloopmanip.c @@ -569,7 +569,7 @@ scale_loop_profile (struct loop *loop, int scale, gcov_type iteration_bound) } /* Roughly speaking we want to reduce the loop body profile by the - the difference of loop iterations. We however can do better if + difference of loop iterations. We however can do better if we look at the actual profile, if it is available. */ scale = RDIV (iteration_bound * scale, iterations); if (loop->header->count) |