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]

Re: [patch] for 17749


On Fri, 2004-10-01 at 14:16, Zdenek Dvorak wrote:

> ! 	      /* The parameter should be a real operand, so that phi node
> ! 		 created for it at the start of the function has the meaning
> ! 		 of copying the value.  */
> ! 	      if (var_ann (param)
> ! 		  && var_ann (param)->default_def
> ! 		  && TREE_CODE (var_ann (param)->default_def) == SSA_NAME
> ! 		  && !is_gimple_reg (var_ann (param)->default_def))
>
Hmm?  Just adding '&& is_gimple_reg (param)' to the previous predicate
should suffice.

OK with that change.


Diego.


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