]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add initial constraints in create_function_info_for
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 2015 08:08:39 +0000 (08:08 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 2015 08:08:39 +0000 (08:08 +0000)
commitd317917c3fa1a02ef7ea4c16572c83c239582293
treeb8884a8e49bfab4834e4fe6c84968a8fb6c38691
parentebd052aa5e425689ecefa34fb5d54c7be996e99f
Add initial constraints in create_function_info_for

2015-10-31  Tom de Vries  <tom@codesourcery.com>

* tree-ssa-structalias.c (ipa_pta_execute): Add extra arg to call to
create_function_info_for.  Dump constraints generated during
create_function_info_for. Move intra_create_variable_infos call and
function-return-values-escape bit to ...
(create_function_info_for): ... here, and merge
intra_create_variable_infos call with argument loop.  Add and handle
nonlocal_p parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229619 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-structalias.c