1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-dce2 -fdump-tree-forwprop1-details" } */
7 void foo(int edx
, int eax
)
25 /* Verify that we did a forward propagation. */
26 /* { dg-final { scan-tree-dump-times "gimple_simplified" 1 "forwprop1"} } */
28 /* After dce we should have two IF statements remaining as the other
29 two tests can be threaded. */
30 /* { dg-final { scan-tree-dump-times "if " 2 "dce2"} } */