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]

[lto] PATCH: CALL_EXPR changes to gcc/tree-gimple.c


Already committed as "obvious".

-Sandra
2006-07-11  Sandra Loosemore  <sandra@codesourcery.com>

	* gcc/tree-gimple.c (is_gimple_call_addr): Fix comment.
Index: gcc/tree-gimple.c
===================================================================
*** gcc/tree-gimple.c	(revision 115282)
--- gcc/tree-gimple.c	(working copy)
*************** is_gimple_cast (tree t)
*** 412,418 ****
            || TREE_CODE (t) == FIX_ROUND_EXPR);
  }
  
! /* Return true if T is a valid op0 of a CALL_EXPR.  */
  
  bool
  is_gimple_call_addr (tree t)
--- 412,418 ----
            || TREE_CODE (t) == FIX_ROUND_EXPR);
  }
  
! /* Return true if T is a valid function operand of a CALL_EXPR.  */
  
  bool
  is_gimple_call_addr (tree t)

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