1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1-details" } */
5 extern int middle_game
;
8 void PreEvaluate(int wtm
)
14 else if (middle_game
) {
23 /* We should be able to CSE the second load of opening. */
25 /* { dg-final { scan-tree-dump "Replaced opening" "fre1" } } */