diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 50af5d5..21c5ed2 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -1717,7 +1717,7 @@ combine_reloads (void) return; /* If there is a reload for part of the address of this operand, we would - need to chnage it to RELOAD_FOR_OTHER_ADDRESS. But that would extend + need to change it to RELOAD_FOR_OTHER_ADDRESS. But that would extend its life to the point where doing this combine would not lower the number of spill registers needed. */ for (i = 0; i < n_reloads; i++) |