aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-11 16:05:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-11 16:05:56 +0000
commit977ec5f82ca370c43585a32f419c2e26d0e01fda (patch)
tree898b4d2306ce5f6a88b8a2e1005011d71f8e950d /gcc
parent8e774944a1658615b37775997e1628cc536b179f (diff)
downloadgcc-977ec5f82ca370c43585a32f419c2e26d0e01fda.zip
gcc-977ec5f82ca370c43585a32f419c2e26d0e01fda.tar.gz
gcc-977ec5f82ca370c43585a32f419c2e26d0e01fda.tar.bz2
* tree-vrp.c: Fix a comment typo.
From-SVN: r97974
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/tree-vrp.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8663256..20654ae 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c
index 9d649b7..fa66ab9 100644
--- a/gcc/tree-vrp.c
+++ b/gcc/tree-vrp.c
@@ -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