1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized" } */
13 /* There should be no ifs as the PHI arguments, we did not
14 optimize this before because PHI-OPT did not look at
15 PHIs which have more than two arguments. */
16 /* { dg-final { scan-tree-dump-times "if" 0 "optimized"} } */
17 /* { dg-final { cleanup-tree-dump "optimized" } } */