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
parent a876b410
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> 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. * varasm.c (emit_local): Move definition of align.
2015-04-08 Julian Brown <julian@codesourcery.com> 2015-04-08 Julian Brown <julian@codesourcery.com>
......
...@@ -543,7 +543,7 @@ When changes need to be applied to a function in its @code{GIMPLE} ...@@ -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 representation, @dfn{GIMPLE statement iterators} should be used. These
iterators provide an integrated abstraction of the flow graph and the iterators provide an integrated abstraction of the flow graph and the
instruction stream. Block statement iterators are constructed using 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: available, including the following:
@ftable @code @ftable @code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment