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: [lto][patch] Use decl uid instead of node uid in ipa-pure-const


On Thu, Oct 23, 2008 at 08:57, Rafael Espindola <espindola@google.com> wrote:

> 2008-10-23 Rafael Espindola  <espindola@google.com>
>
>        * ipa-pure-const.c (node_duplication_hook_holder,
>        node_removal_hook_holder): Remove.
>        (get_function_state, set_function_state): Use DECL_UID.
>        (duplicate_node_data, remove_node_data): Remove.
>        (generate_summary): Don't use the removed functions. Iterate over
>        funct_state_vec and free the states.

OK.

Diego.


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