diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-28 23:55:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-28 23:55:00 +0000 |
commit | cea618ac1fbb93b3b74f1861fe741d6df1bdac42 (patch) | |
tree | def25d7a21ae681586ef447d7554b6b4d334b0d5 /gcc/reg-stack.c | |
parent | 1207ac677d44f3d8480cb764a2cf6bc60debd850 (diff) | |
download | gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.zip gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.gz gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.bz2 |
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
config/arm/neon-schedgen.ml, config/arm/neon.ml,
config/arm/vec-common.md, config/ia64/div.md, cselib.c,
df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
tree-vect-transform.c, tree.def: Fix comment typos. Follow
spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
From-SVN: r127030
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index be94936..217c43e 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -1355,9 +1355,9 @@ subst_stack_regs_pat (rtx insn, stack regstack, rtx pat) } /* Uninitialized USE might happen for functions returning uninitialized value. We will properly initialize the USE on the edge to EXIT_BLOCK, - so it is safe to ignore the use here. This is consistent with behaviour + so it is safe to ignore the use here. This is consistent with behavior of dataflow analyzer that ignores USE too. (This also imply that - forcingly initializing the register to NaN here would lead to ICE later, + forcibly initializing the register to NaN here would lead to ICE later, since the REG_DEAD notes are not issued.) */ break; |