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: Fix PR rtl-optimization/34035


Eric Botcazou wrote in http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00666.html:
> Fixed by running cleanup_cfg (0) in this case.

This is how compile time always creeps up in gcc.

Please just call delete_unreachable_blocks() instead of cleanup_cfg().

Gr.
Steven


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