This is the mail archive of the gcc@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: [tree-ssa] New regressions as of 2003-11-04


On Tue, Nov 04, 2003 at 03:08:53PM -0700, law@redhat.com wrote:
> Right, but the remove_useless_stmts_and_vars does kill the CFG.

No it doesn't.  Mostly because at present it doesn't do
anything at all when called after lowering.  And, really,
I don't see how it could.

If you want to clean up out-of-ssa bits, I suggest running
another dominator pass, geared to detect this sort of thing.


r~


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