]> git.ipfire.org Git - thirdparty/gcc.git/commit
2018-08-29 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2018 14:12:25 +0000 (14:12 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2018 14:12:25 +0000 (14:12 +0000)
commit5477dab8d8dab1ce21196d2133a7da91c26a9f9d
tree7abbd12de9fe52419e5e7738b933a729107ffe6e
parentd0bfd6beebd9bca75a69422e5d231ea657673ab2
2018-08-29  Richard Biener  <rguenther@suse.de>

* tree-core.h: Document use of deprecated_flag in SSA_NAME.
* tree.h (SSA_NAME_POINTS_TO_READONLY_MEMORY): Define.
* tree-into-ssa.c (pass_build_ssa::execute): Initialize
function parameters SSA_NAME_POINTS_TO_READONLY_MEMORY from fnspec.
* tree-ssa-sccvn.c (const_parms, init_const_parms): Remove.
(vn_reference_lookup_3): Remove use of const_parms.
(free_rpo_vn): Do not free const_parms.
(do_rpo_vn): Do not call init_const_parms.
* tree-ssa-alias.c (refs_may_alias_p_1): Honor
SSA_NAME_POINTS_TO_READONLY_MEMORY.
(call_may_clobber_ref_p_1): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263958 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-core.h
gcc/tree-into-ssa.c
gcc/tree-ssa-alias.c
gcc/tree-ssa-sccvn.c
gcc/tree.h