1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 /* We want this optimized as
6 if (k != 0) goto <L2>; else goto <L3>;
14 This requires that i1 and j1 are changed into registers after they
15 no longer have their address taken. */
17 int f(int k
, int i1
, int j1
)
27 /* { dg-final { scan-tree-dump "\[^\r\n\]*_. = PHI <i1_\[^,\]*, j1_\[^>\]*>" "optimized" } } */
28 /* { dg-final { cleanup-tree-dump "optimized" } } */