1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-lim1-details" } */
9 void bar(struct Foo f
, int * __restrict__ q
)
12 for (i
= 0; i
< f
.n
; ++i
)
18 /* { dg-final { scan-tree-dump "Executing store motion" "lim1" } } */
19 /* { dg-final { cleanup-tree-dump "lim1" } } */