From 5817d9f9b70829db4be0801b3e22659a9a668f78 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 8 Apr 2015 20:09:11 +0200 Subject: [PATCH] doc/cfg.texi (GIMPLE statement iterators): Fix typo 2015-04-08 Bernhard Reutner-Fischer * doc/cfg.texi (GIMPLE statement iterators): Fix typo. From-SVN: r221926 --- gcc/ChangeLog | 4 ++++ gcc/doc/cfg.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 54569fb5500..130f9ec297f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-08 Bernhard Reutner-Fischer + + * doc/cfg.texi (GIMPLE statement iterators): Fix typo. + 2015-04-08 Bernhard Reutner-Fischer * varasm.c (emit_local): Move definition of align. diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index b77d9fa7f45..ff62b140872 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -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 -- 2.30.2