OSDN Git Service

* config/bfin/bfin.md (composev2hi): Put operands into vector
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tree-ssa / vrp33.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp1" } */
3
4 /* This is from PR14052.  */
5
6 int f2(int x) { return x == 1 || x == 3 || x == 1; }
7
8 /* { dg-final { scan-tree-dump "Folding predicate.*== 1 to 0" "vrp1" } } */
9 /* { dg-final { cleanup-tree-dump "vrp1" } } */