1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-phiopt1-details" } */
14 /* We should convert one COND_EXPRs into straightline code with ABS. */
15 /* { dg-final { scan-tree-dump-times "straightline" 1 "phiopt1"} } */
16 /* { dg-final { scan-tree-dump-times "ABS_EXPR" 1 "phiopt1"} } */
17 /* { dg-final { cleanup-tree-dump "phiopt1" } } */