diff options
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index c566614..bd389ea 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -2541,7 +2541,7 @@ m68k_call_tls_get_addr (rtx x, rtx eqv, enum m68k_reloc reloc) consider (plus (%a5) (const (unspec))) to be a good enough operand for push, so it forces it into a register. The bad thing about this is that combiner, due to copy propagation and other - optimizations, sometimes can not later fix this. As a consequence, + optimizations, sometimes cannot later fix this. As a consequence, additional register may be allocated resulting in a spill. For reference, see args processing loops in calls.c:emit_library_call_value_1. |