1 /* PR tree-optimization/20702
2 VRP did not insert ASSERT_EXPRs into dominator dominator children
3 of a basic block ending with COND_EXPR unless the children are also
4 immediate successors of the basic block. */
6 /* { dg-do compile } */
7 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-vrp-details" } */
28 /* { dg-final { scan-tree-dump-times "Folding predicate" 1 "vrp"} } */
29 /* { dg-final { cleanup-tree-dump "vrp" } } */