aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-05 16:05:06 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-09-05 16:05:06 +0000
commit53b67cf024baeb6e897d5c37a108f7df388f8a78 (patch)
treef62d741d707e9201cb9c5b7758045bd92d649415 /gcc/tree-ssa-dce.c
parent86241c95b78e158fec93580a75f53bff6293e765 (diff)
* c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c, stor-layout.c, target.h, tree-cfg.c, tree-chrec.c, tree-if-conv.c, tree-inline.c, tree-into-ssa.c, tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c, tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c, tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h, vec.h: Fix comment formatting. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-dce.c')
-rw-r--r--gcc/tree-ssa-dce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c
index 10418588876..3b08aa32de4 100644
--- a/gcc/tree-ssa-dce.c
+++ b/gcc/tree-ssa-dce.c
@@ -425,7 +425,7 @@ mark_stmt_if_obviously_necessary (tree stmt, bool aggressive)
{
/* If LHS is NULL, it means that we couldn't get the base
address of the reference. In which case, we should not
- remove this store. */
+ remove this store. */
mark_stmt_necessary (stmt, true);
}
else if (DECL_P (lhs))