This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-vrp.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2005-04-11  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: tree-vrp.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-vrp.c,v
retrieving revision 2.4
diff -u -d -p -r2.4 tree-vrp.c
--- tree-vrp.c	11 Apr 2005 16:01:37 -0000	2.4
+++ tree-vrp.c	11 Apr 2005 16:02:29 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]