]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 7 Apr 2005 18:38:03 +0000 (18:38 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 7 Apr 2005 18:38:03 +0000 (18:38 +0000)
2005-04-07  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.

From-SVN: r97793

gcc/ChangeLog
gcc/tree-ssa-dse.c

index fbc0582e0d6aa269647ec9204fb277cde66f687f..f36da18b2849138d7f3071bb7c25298cc5e0bb44 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-07  Daniel Berlin  <dberlin@dberlin.org>
+
+       * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
+
 2005-04-07  Ian Lance Taylor  <ian@airs.com>
 
        * config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't
index edea6382ce3cc4c370054e0d7bc775b3a189c5f0..d31c4344f049510b9fd1d85a26b05ec5fd5cafaf 100644 (file)
@@ -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;