From 51384808639e53e053caf319e0b84b9d8ceed7fd Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 29 Apr 2005 15:06:07 +0000 Subject: * tree-flow-inline.h: Fix a comment typo. * doc/tree-ssa.texi: Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98992 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/tree-ssa.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi index faf8cccb292..8528406dc25 100644 --- a/gcc/doc/tree-ssa.texi +++ b/gcc/doc/tree-ssa.texi @@ -1051,7 +1051,7 @@ through the use list, preventing insertions and deletions in the list from resulting in invalid pointers. This is a little slower since it adds a placeholder element and moves it through the list. This element must be also be removed if the loop is terminated early. A macro -(@code{BREAK_FROM SAFE_IMM_USE} is provided for this: +(@code{BREAK_FROM SAFE_IMM_USE}) is provided for this: @smallexample FOR_EACH_IMM_USE_SAFE (use_p, iter, var) -- cgit v1.2.1