diff options
Diffstat (limited to 'gcc/tree-ssa-dce.c')
-rw-r--r-- | gcc/tree-ssa-dce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c index 1041858..3b08aa3 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)) |