diff options
Diffstat (limited to 'gcc/stupid.c')
-rw-r--r-- | gcc/stupid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stupid.c b/gcc/stupid.c index f8fc9d9d605..0f9b9554593 100644 --- a/gcc/stupid.c +++ b/gcc/stupid.c @@ -356,7 +356,7 @@ stupid_find_reg (call_preserved, class, mode, #endif /* If this register's life is more than 5,000 insns, we probably - can't allocate it, so don't waste the time trying. This avoid + can't allocate it, so don't waste the time trying. This avoids quadratic behavior on programs that have regularly-occurring SAVE_EXPRs. */ if (dead_insn > born_insn + 5000) |