diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 05:03:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 05:03:55 +0000 |
commit | 2c763ed45031e6a2183d320ac62cc8bcdaf45445 (patch) | |
tree | 33b4de272330067b4be95383df8cefd291cd4392 /gcc/tree-ssa-dse.c | |
parent | 7df90de3e444cdf3fba595a84a4d74c60aade2ee (diff) | |
download | gcc-2c763ed45031e6a2183d320ac62cc8bcdaf45445.tar.gz |
* c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,
gcov.c, gimplify.c, modulo-sched.c, passes.c, tree-cfg.c,
tree-mudflap.c, tree-nrv.c, tree-outof-ssa.c, tree-ssa-dom.c,
tree-ssa-dse.c, tree-ssa-operands.c, tree-ssa-pre.c,
tree-tailcall.c: Fix comment typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-dse.c')
-rw-r--r-- | gcc/tree-ssa-dse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c index 7902e14ff17..ce286948056 100644 --- a/gcc/tree-ssa-dse.c +++ b/gcc/tree-ssa-dse.c @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ It may help to think of this as first moving the earlier store to the point immediately before the later store. Again, the single - use of the virtual defintion and the post-dominance relationship + use of the virtual definition and the post-dominance relationship ensure that such movement would be safe. Clearly if there are back to back stores, then the second is redundant. |