1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized" } */
4 /* Test for CPROP across a DAG. */
6 int test111 (int param
)
23 int test1111 (int param
)
40 /* All ifs should be eliminated. */
41 /* { dg-final { scan-tree-dump-times "if " 0 "optimized" } } */
42 /* { dg-final { cleanup-tree-dump "optimized" } } */