aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 17:47:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 17:47:43 +0000
commita457ee07af69ac1dd67bcce24698558f5de0682d (patch)
tree6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/reload1.c
parentaf3fb3d6dc3907a45f05d913e9b2fafe42bcc053 (diff)
downloadgcc-a457ee07af69ac1dd67bcce24698558f5de0682d.zip
gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.gz
gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.bz2
alloc-pool.c: Fix comment typos.
* alloc-pool.c: Fix comment typos. * builtin-types.def: Likewise. * builtins.def: Likewise. * c-pretty-print.c: Likewise. * df.h: Likewise. * reload1.c: Likewise. From-SVN: r77043
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 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.