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: DECL_CALL_CLOBBERED tweek


On 12/20/06, Jan Hubicka <jh@suse.cz> wrote:
Hi,
this patch I am fully testing now on i686 makes the call clobbered issues go
away.  If this seems sensible, I would for sake of consistency replace
DECL_CALL_CLOBBERED with gimple_call_clobbered_var and
gimple_set_call_clobbered_var inlines in tree-flow-inline.h?

You probably want to speed test this on PR 26804 (which is the reason call clobberin was moved to be a flag test instead of a bitmap test).


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