Re: [PATCH] Minor ipa-prop.c internal interface tweak

2012-11-05 Thread Jan Hubicka
> 2012-10-31 Martin Jambor > > * ipa-prop.c (ipa_get_param_decl_index_1): New function. > (ipa_get_param_decl_index): Just call ipa_get_param_decl_index_1. > (ipa_populate_param_decls): Accept descriptors parameter rather > than the whole info. > (load_from_unmodif

[PATCH] Minor ipa-prop.c internal interface tweak

2012-11-04 Thread Martin Jambor
Hi, in order to use a few functions in the transformation phase of IPA-CP without computing the whole struct ipa_node_params for the current function, the following patch makes those functions (or their _1 versions) use just the vector they need. Bootstrapped and tested on x86_64-linux, needed fo