1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1" } */
5 void foo (int pred
, int *other
)
19 /* The first VN pass should figure that if (!pred) is false because
20 if (*other) is and thus the predicate test is redundant. */
21 /* { dg-final { scan-tree-dump-not "bar" "fre1" } } */