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: Question on aggregates and GIMPLE


    BTW, you can't call expr_size, since that generates rtl.  You have to
    re-implement what expr_size did on trees alone.

Sorry, I thought it generated trees, but you're of course right.  I thought
we had one that just did pure tree, but I guess it would be too trivial
since it's just a matter of passing the size and the expression to
SUBSTITUTE_PLACEHOLDER_IN_EXPR.


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