summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-07 18:38:03 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-07 18:38:03 +0000
commite920115e3fa19d1987c44ee597d3145d123e9a2a (patch)
tree20f88295e65036b4cd27eb0c4a2e985df7693e79 /gcc/tree-ssa-dse.c
parentbccf8b23db38d1c6313dd9768179803f281c331a (diff)
downloadgcc-e920115e3fa19d1987c44ee597d3145d123e9a2a.tar.gz
2005-04-07 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97793 138bc75d-0d04-0410-961f-82ee72b054a4
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 edea6382ce3..d31c4344f04 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;