Re: [patch][cprop.c] Use DF_INSN_INFO_DEFS cache also for mark_oprs_set

2011-04-04 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/31/11 15:16, Steven Bosscher wrote: > Hi, > > This is more of the same, really: oprs_not_set_p() and mark_oprs_set() > can use the DF_INSN_INFO cache. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. OK? OK. jeff -BEGIN PGP SIGNATUR

Re: [patch][cprop.c] Use DF_INSN_INFO_DEFS cache also for mark_oprs_set

2011-03-31 Thread Steven Bosscher
Hi, This is more of the same, really: oprs_not_set_p() and mark_oprs_set() can use the DF_INSN_INFO cache. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK? Ciao! Steven * cprop.c (oprs_not_set_p): Remove. (mark_set, mark_clobber): Remove. (mark_oprs_set): Rewrite