vrp30.c
534 Bytes
-
re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR) · 279f3eb5
2006-10-22 Jeff Law <law@redhat.com> Richard Guenther <rguenther@suse.de> PR tree-optimization/15911 * tree-vrp.c (extract_code_and_val_from_cond): New function. (register_edge_assert_for_1): Likewise. (register_edge_assert_for): Handle &&/&/||/| in conditionals. (find_conditional_asserts): Adjust for new function signature. (find_assert_locations): Likewise. * gcc.dg/tree-ssa/vrp30.c: New testcase. Co-Authored-By: Richard Guenther <rguenther@suse.de> From-SVN: r117960
Jeff Law committed