projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e77494
)
* tree-vrp.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Mon, 11 Apr 2005 16:05:56 +0000
(16:05 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 11 Apr 2005 16:05:56 +0000
(16:05 +0000)
From-SVN: r97974
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-vrp.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8663256a5c71eaa2e72016795017b0cf508de14f..20654ae4937b3a1093906a76b6b6d3409fccb556 100644
(file)
--- 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 9d649b77f486cd12cf4fc199fe75b4dc2fbbd4a0..fa66ab94a62850f7399b515400c6d086f83c17af 100644
(file)
--- 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