1 /* PR tree-optimization/97307 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fdump-tree-sink-details" } */
5 int pure_f(int a
, int b
) __attribute__((pure
));
14 /* We should sink the call to pure_f to the if block. */
15 /* { dg-final { scan-tree-dump "Sinking # VUSE" "sink1" } } */