------- Comment #33 from rguenth at gcc dot gnu dot org 2010-01-26 12:33 ------- The whole early-inlining stuff is made ugly because we jump through hoops to handle callgraph cycles where some callees may not yet be in SSA form. If we do not want to go the route to go into SSA for all functions before starting early IPA passes then we at least should do so for callgraph SCCs.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448