1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-phiopt1-details" } */
10 static void __attribute__ ((noinline
))
21 if ((x
< y
? x
++ : y
++) != 2)
31 /* Should have no more than two ifs left after straightening. */
32 /* { dg-final { scan-tree-dump-times "if " 2 "phiopt1"} } */