diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 8dc860dbff5..0c634e7eeda 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -830,7 +830,7 @@ scan_loop (loop, flags) the loop starts, or the value before the set is needed before the set occurs... - ??? Note we have quadratic behaviour here, mitigated + ??? Note we have quadratic behavior here, mitigated by the fact that the previous test will often fail for large loops. Rather than re-scanning the entire loop each time for register usage, we should build tables |