1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-cddce -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 "Replaced" 1 "forwprop1"} } */
27 /* { dg-final { cleanup-tree-dump "forwprop1" } } */
29 /* After cddce we should have two IF statements remaining as the other
30 two tests can be threaded. */
31 /* { dg-final { scan-tree-dump-times "if " 2 "cddce"} } */
32 /* { dg-final { cleanup-tree-dump "cddce" } } */