1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-code-hoisting -fno-tree-cselim -fdump-tree-pre-stats" } */
20 /* We will eliminate the g1.a from the return statement as fully redundant,
21 and remove one calculation of a + b. */
22 /* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre"} } */