http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836
--- Comment #3 from Jan Hubicka <hubicka at ucw dot cz> 2011-05-02 11:37:22 UTC --- > + /* Redirecting edges might lead to a need for vops to be recomputed. > */ > + if (need_ssa_update_p (cfun)) > > you can omit that check, the updater won't do anything if there is nothing > to do. Yep, I worked that out in meantime. So should I re-check with that change and commit? Thanks, Honza