aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2005-04-07 18:38:03 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2005-04-07 18:38:03 +0000
commit773168c7740e545071335d787979827a069081ff (patch)
tree20f88295e65036b4cd27eb0c4a2e985df7693e79 /gcc/tree-ssa-dse.c
parent01ae893012ce58112229ac1e3bd1050d5afec72b (diff)
downloadgcc-773168c7740e545071335d787979827a069081ff.zip
gcc-773168c7740e545071335d787979827a069081ff.tar.gz
gcc-773168c7740e545071335d787979827a069081ff.tar.bz2
tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
2005-04-07 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment. From-SVN: r97793
Diffstat (limited to 'gcc/tree-ssa-dse.c')
-rw-r--r--gcc/tree-ssa-dse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c
index edea638..d31c434 100644
--- a/gcc/tree-ssa-dse.c
+++ b/gcc/tree-ssa-dse.c
@@ -181,7 +181,7 @@ dse_optimize_stmt (struct dom_walk_data *walk_data,
get_stmt_operands (stmt);
v_may_defs = V_MAY_DEF_OPS (ann);
- /* If this statement has no virtual uses, then there is nothing
+ /* If this statement has no virtual defs, then there is nothing
to do. */
if (NUM_V_MAY_DEFS (v_may_defs) == 0)
return;