aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-iterator.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2009-06-07 21:29:43 +0200
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2009-06-07 21:29:43 +0200
commit249eb5068f2182a7c2ef08de73a35e50a0670fd3 (patch)
treea76bb84d32a9f579329c702dac34d6d83a0382a0 /gcc/gimple-iterator.c
parent95bca6b063bf69c115695473c2a2ffe06695849d (diff)
downloadgcc-249eb5068f2182a7c2ef08de73a35e50a0670fd3.zip
gcc-249eb5068f2182a7c2ef08de73a35e50a0670fd3.tar.gz
gcc-249eb5068f2182a7c2ef08de73a35e50a0670fd3.tar.bz2
errors.c (internal_error): Commentary typo fix.
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * errors.c (internal_error): Commentary typo fix. * gimple-iterator.c (gsi_insert_seq_on_edge): Ditto. * tree-ssa-pre.c: Ditto. From-SVN: r148257
Diffstat (limited to 'gcc/gimple-iterator.c')
-rw-r--r--gcc/gimple-iterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-iterator.c b/gcc/gimple-iterator.c
index a52c830..666b47b 100644
--- a/gcc/gimple-iterator.c
+++ b/gcc/gimple-iterator.c
@@ -604,7 +604,7 @@ gsi_insert_seq_on_edge (edge e, gimple_seq seq)
In all cases, the returned *GSI points to the correct location. The
return value is true if insertion should be done after the location,
- or false if it should be done before the location. If new basic block
+ or false if it should be done before the location. If a new basic block
has to be created, it is stored in *NEW_BB. */
static bool