1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats -fno-tree-loop-im" } */
6 void foo(int n
, int m
, int b
)
30 /* We should have inserted two PHI nodes and the one in the i-loop
31 should have 0.0 in the argument coming from the bb18 block. */
33 /* { dg-final { scan-tree-dump "New PHIs: 2" "pre" } } */
34 /* { dg-final { scan-tree-dump "PHI <.*0\\\.0" "pre" } } */