Mark Mitchell - Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ fro (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

Sandra Loosemore wrote:

(build_min_nt_call_list): New function.

I don't think there's any need for this function; just call build_nt_call_list directly. The "build_min" functions should go away; they're an indirection that doesn't add anything. (IIRC, before garbage collection, they used to put things on different obstacks, but if/when we move back to allocation pools, we'll handle this differently.)

OK with that minor change.

Thanks,

-- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713


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