Commit dc377e87 by Bernhard Fischer Committed by Bernhard Reutner-Fischer

tree-flow-inline.h.c (next_readonly_imm_use): Fix typo in comment.

2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>

	* tree-flow-inline.h.c (next_readonly_imm_use): Fix typo in comment.

From-SVN: r130954
parent 772cf067
2007-12-15 Bernhard Fischer <> 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
* tree-flow-inline.h.c (next_readonly_imm_use): Fix typo in comment.
2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
* toplev.c (process_options): Fix typo in warning. * toplev.c (process_options): Fix typo in warning.
...@@ -497,8 +497,8 @@ next_readonly_imm_use (imm_use_iterator *imm) ...@@ -497,8 +497,8 @@ next_readonly_imm_use (imm_use_iterator *imm)
use_operand_p old = imm->imm_use; use_operand_p old = imm->imm_use;
#ifdef ENABLE_CHECKING #ifdef ENABLE_CHECKING
/* If this assertion fails, it indicates the 'next' pointer has changed /* If this assertion fails, it indicates the 'next' pointer has changed
since we the last bump. This indicates that the list is being modified since the last bump. This indicates that the list is being modified
via stmt changes, or SET_USE, or somesuch thing, and you need to be via stmt changes, or SET_USE, or somesuch thing, and you need to be
using the SAFE version of the iterator. */ using the SAFE version of the iterator. */
gcc_assert (imm->iter_node.next == old->next); gcc_assert (imm->iter_node.next == old->next);
......
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