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: [atom]: PATCH: reg_mentioned_by_mem_p with DF


On Mon, Mar 30, 2009 at 02:43:52PM +0800, Ye, Joey wrote:
> Reimplement reg_mentioned_by_mem_p with DF, after Steven's
> comments.
> 
> Thanks - Joey
> 
>     * rtlanal.c (reg_mentioned_by_mem_p_1): Removed.
>     (reg_mentioned_by_mem_p): Re-implement with DF.

As it is used by insn splitter and splitting can also happen during final
when DF isn't available, I don't see how this is a safe thing to do.

	Jakub


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