diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 32341d1..1ea21ee 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2307,7 +2307,7 @@ eliminate_regs (rtx x, enum machine_mode mem_mode, rtx insn) and require special code to handle code a reloaded PLUS operand. Also consider backends where the flags register is clobbered by a - MINUS, but we can emit a PLUS that does not clobber flags (ia32, + MINUS, but we can emit a PLUS that does not clobber flags (IA-32, lea instruction comes to mind). If we try to reload a MINUS, we may kill the flags register that was holding a useful value. |