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: DECL_RTL vs. explicit make_decl_rtl calls


On Thu, May 30, 2002 at 04:02:06AM -0700, David S. Miller wrote:
> Why do we ever perform explicit make_decl_rtl calls when
> DECL_RTL will do that when necessary?

One or two of them are to make sure that ENCODE_SECTION_INFO
gets called.  Though there's no particular reason not to call
that directly now that it's a target hook instead of a macro.


r~


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