How can I tell if BB can reach EXIT_BLOCK_PTR?

Ian Lance Taylor iant@google.com
Fri Nov 19 16:53:00 GMT 2010


"H.J. Lu" <hjl.tools@gmail.com> writes:

> Given a basic block BB, is there a way to tell if it will reach EXIT_BLOCK_PTR?

Seems like you should be able to use dominated_by_p.

Ian



More information about the Gcc mailing list