1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
3 int motion_test1(int data
, int data_0
, int data_3
, int v
)
18 /* We should eliminate one computation of data_0 + data_3 along the
19 main path, causing one reload. */
20 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
21 /* { dg-final { cleanup-tree-dump "pre" } } */