This is the mail archive of the gcc@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]

Re: Issue with find_tail_calls


On Fri, Nov 18, 2005 at 08:42:43AM -0500, Richard Kenner wrote:
>   	      if (!is_gimple_reg_type (TREE_TYPE (param))
> ! 		  || !tree_ssa_useless_type_conversion_1 (TREE_TYPE (param),
> ! 							  TREE_TYPE (arg)))

Seems reasonable.  These are the conversions we strip across
move statements.  Which is about the same for what we'd want
across a return.


r~


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