1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-phiopt1" } */
4 unsigned abs_with_convert0 (int x
)
13 unsigned abs_with_convert1 (unsigned x
)
23 /* { dg-final { scan-tree-dump-times "ABSU_EXPR <" 2 "phiopt1" } } */
24 /* { dg-final { scan-tree-dump-not "if " "phiopt1" } } */