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: RESULT_DECL: worth renaming into SSA?


On Thu, Jul 15, 2004 at 06:32:36PM -0400, Diego Novillo wrote:
> RESULT_DECLs seem to be written once and never read.  Is it worth
> keeping them in SSA form?  ISTR some recent changes in this area. 

aggregate_type_p RESULT_DECLs are read and written more than once,
as virtual operands.

Otherwise we do only write to it in the return statement.


r~


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