Commit 7d1ff6f0 by Marek Polacek Committed by Marek Polacek

* gimple-iterator.h (gsi_prev_nondebug): Fix typo.

From-SVN: r221724
parent 27674ca6
2015-03-27 Marek Polacek <polacek@redhat.com>
* gimple-iterator.h (gsi_prev_nondebug): Fix typo.
2015-03-27 Marek Polacek <polacek@redhat.com>
PR sanitizer/65583
* ubsan.c (ubsan_create_edge): New function.
(instrument_bool_enum_load): Call it.
......
......@@ -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)
......
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