On 09/11/2012 05:40 PM, Steven Bosscher wrote: > On Tue, Sep 11, 2012 at 5:31 PM, Christian Bruel <christian.br...@st.com> > wrote: >> Actually, the edge is fairly simple. I have >> >> BB5 (BB_COLD_PARTITION) -> BB10 (BB_HOT_PARTITION) -> EXIT >> >> and BB10 has no other incoming edges. and we are duplicating it. > > That is wrong, should never happen. Is there a test case to play with?
Thanks for the confirmation. The case happens on SH only when applying the simple_return patch [PR target/54546] on the bb-reorder test from the testsuite. > It'd be good to have a PR for this. I'll update the PR above with what I find, lets see if this turns out to be target independent. thanks Christian > > Ciao! > Steven >