1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom1" } */
8 foo (unsigned int a
, unsigned int b
)
16 /* The second conditional is redundant since we know it must be
17 true (to reach the second condition we know a < b via the first
20 /* { dg-final { scan-tree-dump-times "if " 1 "dom1" } } */
21 /* { dg-final { cleanup-tree-dump "dom1" } } */