On 10/08/14 13:12, Ilya Enkovich wrote:
Hi,

This patch adds an assignment processing function which is used by lnliner for 
newly generated stores.

Thanks,
Ilya
--
2014-10-08  Ilya Enkovich  <ilya.enkov...@intel.com>

        * tree-chkp.c (chkp_copy_bounds_for_assign): New.
        * tree-chkp.h (chkp_copy_bounds_for_assign): New.
This probably should have been part of the inliner submission since that's the only place its used and one needs the inliner context to know how this function is going to be used.

Presumably the reason its not in tree-inline and static is you want to utilize chkp_walk_pointer_assignments?

The code is fine, just want to make sure its goes into a logical place.

Jeff


Reply via email to