This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa-branch] obvious typo fix


I am committing the following patch as obvious:

2002-12-13  Ben Elliston  <bje@redhat.com>

	* tree-dfa.c (find_refs_in_expr): Terminate comment.

Index: tree-dfa.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-dfa.c,v
retrieving revision 1.1.4.59
diff -u -c -r1.1.4.59 tree-dfa.c
*** tree-dfa.c	12 Dec 2002 18:14:05 -0000	1.1.4.59
--- tree-dfa.c	12 Dec 2002 22:25:34 -0000
***************
*** 217,223 ****
      @param ref_type indicates what type of reference should be created.
      @param ref_mod is the set of modifier flags for REF_TYPE.
      @param bb is the basic block in which EXPR_P is located.
!     @param parent_stmt_p is the parent statement in BB for EXPR_P.
  
  static void
  find_refs_in_expr (expr_p, ref_type, ref_mod, bb, parent_stmt_p)
--- 217,223 ----
      @param ref_type indicates what type of reference should be created.
      @param ref_mod is the set of modifier flags for REF_TYPE.
      @param bb is the basic block in which EXPR_P is located.
!     @param parent_stmt_p is the parent statement in BB for EXPR_P.  **/
  
  static void
  find_refs_in_expr (expr_p, ref_type, ref_mod, bb, parent_stmt_p)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]