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]

Re: Allow updating of loglinks.


On Wed, Oct 17, 2001 at 04:28:39PM +0200, Jan Hubicka wrote:
> + 	      LOG_LINKS (insn) = 0;

Should use free_INSN_LIST_list.  Perhaps you want to use
clear_log_links instead?  Or modify clear_log_links to
honor the blocks argument and split out the global life
clearing to a different function.


r~


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