* asan.c (create_cond_insert_point): Add create_then_fallthru_edge
commite8d4d8a908637488faa562e234ac2b90e0cc46ff
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Feb 2013 20:47:39 +0000 (13 20:47 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Feb 2013 20:47:39 +0000 (13 20:47 +0000)
treec169eabab6c01a54a69fc9413c4019ef7aaa3d74
parent944c79222e4ddeffd586d449597a1b5586601240
* asan.c (create_cond_insert_point): Add create_then_fallthru_edge
argument.  If it is false, don't create edge from then_bb to
fallthru_bb.
(insert_if_then_before_iter): Pass true to it.
(build_check_stmt): Pass false to it.
(transform_statements): Flush hash table only on extended basic
block boundaries, rather than at the beginning of every bb.
Don't flush hash table on nonfreeing_call_p calls.
* tree-flow.h (nonfreeing_call_p): New prototype.
* tree-ssa-phiopt.c (nonfreeing_call_p): No longer static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196029 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/asan.c
gcc/tree-flow.h
gcc/tree-ssa-phiopt.c