aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-iterator.h')
-rw-r--r--gcc/gimple-iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-iterator.h b/gcc/gimple-iterator.h
index 6be88dd4e33..9aa7508c9e1 100644
--- a/gcc/gimple-iterator.h
+++ b/gcc/gimple-iterator.h
@@ -250,7 +250,7 @@ gsi_next_nondebug (gimple_stmt_iterator *i)
while (!gsi_end_p (*i) && is_gimple_debug (gsi_stmt (*i)));
}
-/* Advance the iterator to the next non-debug gimple statement. */
+/* Advance the iterator to the previous non-debug gimple statement. */
static inline void
gsi_prev_nondebug (gimple_stmt_iterator *i)