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: [tree-ssa] PATCH to gimplify_asm_expr for optimization/12525


On Tue, 2003-10-07 at 20:06, Richard Henderson wrote:

> Of course,
> I have no idea what addresses_taken is used for, so I don't know
> if we're missing out on not having an entry for that...
> 
addresses_taken is an array with all the decls that have had their
address taken by the statement (ie, they are operands of ADDR_EXPRs
inside the statement).


Diego.


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