This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] PATCH to gimplify_asm_expr for optimization/12525
On Wed, Oct 08, 2003 at 09:20:30AM -0400, Diego Novillo wrote:
> 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).
Yes, but what is is used for? And why bother keeping such an
array rather than searching for them when needed. And when
can there be more than exactly one?
r~