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]

removing of DELETED_LABEL notes?


Hi,
I am getting concerned, how (if at all) we remove the DELETED_LABEL notes?
With the new cleanup_cfg, they may get created in some cases code, as the code
used to compute jump destination is not removed immediately, rather the
work is delayed to life analysis.

In case we don't garbage collect them, is there some infomration that helps
to do that trick before final pass?

Honza


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