* basic-block.h: Fix a comment typo.
From-SVN: r88230
This commit is contained in:
parent
f9f1c24eb8
commit
c2b7c2d85f
@ -1,3 +1,7 @@
|
||||
2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* basic-block.h: Fix a comment typo.
|
||||
|
||||
2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* optabs.c, optabs.h: Fix comment typos.
|
||||
|
@ -640,7 +640,7 @@ ei_safe_edge (edge_iterator i)
|
||||
}
|
||||
|
||||
/* This macro serves as a convenient way to iterate each edge in a
|
||||
vector of predeccesor or successor edges. It must not be used when
|
||||
vector of predecessor or successor edges. It must not be used when
|
||||
an element might be removed during the traversal, otherwise
|
||||
elements will be missed. Instead, use a for-loop like that shown
|
||||
in the following pseudo-code:
|
||||
|
Loading…
Reference in New Issue
Block a user