r217400 - in /trunk/gcc: ChangeLog tree-vrp.c
ppalka@gcc.gnu.org
ppalka@gcc.gnu.org
Wed Nov 12 00:29:00 GMT 2014
Author: ppalka
Date: Wed Nov 12 00:29:33 2014
New Revision: 217400
URL: https://gcc.gnu.org/viewcvs?rev=217400&root=gcc&view=rev
Log:
VRP: Simplify logic for checking if any asserts need to be inserted
2014-11-11 Patrick Palka <ppalka@gcc.gnu.org>
* tree-vrp.c (register_edge_assert_for_2): Change return type to
void and adjust accordingly.
(register_edge_assert_for_1): Likewise.
(register_edge_assert_for): Likewise.
(find_conditional_asserts): Likewise.
(find_switch_asserts): Likewise.
(find_assert_locations_1): Likewise.
(find_assert_locations): Likewise.
(insert_range_insertions): Inspect the need_assert_for bitmap.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vrp.c
More information about the Gcc-cvs
mailing list