Commit 977ec5f8 by Kazu Hirata Committed by Kazu Hirata

* tree-vrp.c: Fix a comment typo.

From-SVN: r97974
parent 8e774944
......@@ -2,6 +2,8 @@
* tree-vrp.c (maybe_add_assert_expr): Move a comment.
* tree-vrp.c: Fix a comment typo.
2005-04-11 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/20920
......
......@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "tree-chrec.h"
/* Set of SSA names found during the dominator traversal of a
sub-graph in maybe_add_assert_expr_on_edges. */
sub-graph in maybe_add_assert_expr. */
static sbitmap found;
/* Loop structure of the program. Used to analyze scalar evolutions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment