summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-31 17:47:43 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-31 17:47:43 +0000
commit3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9 (patch)
tree6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/reload1.c
parentdd9242d42af3f7f938cf2c7bd901a8602a2e443b (diff)
downloadgcc-3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9.tar.gz
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise. * builtins.def: Likewise. * c-pretty-print.c: Likewise. * df.h: Likewise. * reload1.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 32341d1c231..1ea21ee3890 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.