On Tue, Sep 6, 2011 at 21:44, Sriraman Tallam <tmsri...@google.com> wrote: > This patches fixes bugs that caused the multi-version tests to fail. > > * mversn-dispatch.c (specialize_call): Rebuild cgraph edges after > specialization. > (clone_and_dispatch_function): Rebuild cgraph edges to compute > inline parameters. > (do_convert_builtin_dispatch): Ditto. > (convert_builtin_dispatch): Remove call to mark_syms_for_renaming > for phi nodes. > * passes.c (init_optimization_passes): Remove pass to rebuild > cgraph edges after converting __builtin_dispatch.
OK, thanks for the fix. Diego.