tree-chkp.c (chkp_find_const_bounds_var): Remove.
authorIlya Enkovich <ilya.enkovich@intel.com>
Wed, 8 Apr 2015 19:34:41 +0000 (19:34 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Wed, 8 Apr 2015 19:34:41 +0000 (19:34 +0000)
commit36f371de3956f3eaff659757e715b07192c2dbe8
treeff26ac1b3e4e11115401f9e54c69e4b7bc0d4f1f
parent469f062eb94fa0edbabb53dc75d04d2e6ae75971
tree-chkp.c (chkp_find_const_bounds_var): Remove.

gcc/

* tree-chkp.c (chkp_find_const_bounds_var): Remove.
(chkp_make_static_const_bounds): Search existing
symbol by assembler name.  Use make_decl_one_only.
(chkp_get_zero_bounds_var): Remove node search which
is now performed in chkp_make_static_const_bounds.
(chkp_get_none_bounds_var): Likewise.

gcc/testsuite/

* gcc.dg/lto/chkp-static-bounds_0.c: New.

From-SVN: r221932
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/chkp-static-bounds_0.c [new file with mode: 0644]
gcc/tree-chkp.c