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: RFC: kill od flow_delete_insns


On Wed, Sep 12, 2001 at 05:41:18PM +0200, Jan Hubicka wrote:
> I am attempting to amn flow_delete_insn and use delete_insn everywhere.
> To do it, I need to kill the aggresive code removal it have (and keep it
> for the cfg_cleanup, that IMO makes more sense too).

Why that way instead of removing delete_insn in preference to
flow_delete_insn?

> What I am affraid of is reorg pass and machine depdendent reorg.  Will
> they stay happy with this change?

They can live with not deleting dependant expressions.  What we
do have to be careful about is that we may have an invalid CFG
at this point.


r~


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