diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 9e4429f..42012e4 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -4029,8 +4029,8 @@ update_eliminables_and_spill (void) did_spill = true; /* Regardless of the state of spills, if we previously had - a register that we thought we could eliminate, but now can - not eliminate, we must run another pass. + a register that we thought we could eliminate, but now + cannot eliminate, we must run another pass. Consider pseudos which have an entry in reg_equiv_* which reference an eliminable register. We must make another pass |