"H.J. Lu" <hjl.to...@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
"H.J. Lu" <hjl.to...@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