Re: [PATCH] Make ipa_read_jump_function use ipa_set_jf_* helpers

2013-03-24 Thread Jan Hubicka
> Hi, > > the following patch makes ipa_read_jump_function use the helper > functions to set up jump functions instead of doing it itself. The > main reason is that I plan to add some less-trivial code to one of the > helpers but setting the functions always in one place is a good idea > anyway.

[PATCH] Make ipa_read_jump_function use ipa_set_jf_* helpers

2013-03-23 Thread Martin Jambor
Hi, the following patch makes ipa_read_jump_function use the helper functions to set up jump functions instead of doing it itself. The main reason is that I plan to add some less-trivial code to one of the helpers but setting the functions always in one place is a good idea anyway. Because there