projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb9f5b
)
* tree-cfg.c (thread_jumps): Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Mon, 1 Nov 2004 17:20:47 +0000
(17:20 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 1 Nov 2004 17:20:47 +0000
(17:20 +0000)
From-SVN: r89943
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-cfg.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 2c8edfee8d1f13913c3fb57d8b23ad2ef40bb757..d35a73c759a9fa7e726b57f416c765c79044cb20 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-2,6
+2,10
@@
* tree-cfg.c (thread_jumps): Fix a comment typo.
+2004-11-01 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree-cfg.c (thread_jumps): Fix a comment typo.
+
2004-10-31 Nicolas Pitre <nico@cam.org>
* config/arm/ieee754-sf.S (floatdisf): Fix regression with
diff --git
a/gcc/tree-cfg.c
b/gcc/tree-cfg.c
index 2e2132f2145bfdcd51fbafc9cf8dc7db4db20298..1861c4f1d5da7512915a65d3431b2d428318f7b0 100644
(file)
--- a/
gcc/tree-cfg.c
+++ b/
gcc/tree-cfg.c
@@
-3988,7
+3988,7
@@
thread_jumps (void)
size--;
bb = worklist[size];
- /* BB is no
t
longer in WORKLIST, so clear BB_VISITED. */
+ /* BB is no longer in WORKLIST, so clear BB_VISITED. */
bb->flags &= ~BB_VISITED;
if (thread_jumps_from_bb (bb))