This happens since tree-profile SSA reorg. Obviously ipa-split it profile driven pass and should be done afterwards. Working on patch. This also makes it ipossible to profile w/o LTO and use it for LTO build
Patch posted http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00509.html
Author: hubicka Date: Mon Jan 10 14:33:04 2011 New Revision: 168632 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168632 Log: PR tree-optimization/47234 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO. (pass_feedback_split_functions): Declare. * passes.c (init_optimization_passes): Add ipa-split as subpass of tree-profile. * ipa-split.c (gate_split_functions): Update comments; disable split-functions for profile_arc_flag and branch_probabilities. (gate_feedback_split_functions): New function. (execute_feedback_split_functions): New function. (pass_feedback_split_functions): New global var. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-split.c trunk/gcc/passes.c trunk/gcc/tree-pass.h
Fixed.