doc/cfg.texi (GIMPLE statement iterators): Fix typo

2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* doc/cfg.texi (GIMPLE statement iterators): Fix typo.

From-SVN: r221926
This commit is contained in:
Bernhard Reutner-Fischer 2015-04-08 20:09:11 +02:00
parent a876b41036
commit 5817d9f9b7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/cfg.texi (GIMPLE statement iterators): Fix typo.
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* varasm.c (emit_local): Move definition of align.

View File

@ -543,7 +543,7 @@ When changes need to be applied to a function in its @code{GIMPLE}
representation, @dfn{GIMPLE statement iterators} should be used. These
iterators provide an integrated abstraction of the flow graph and the
instruction stream. Block statement iterators are constructed using
the @code{gimple_stmt_iterator} data structure and several modifier are
the @code{gimple_stmt_iterator} data structure and several modifiers are
available, including the following:
@ftable @code