blob: 1168ae822a41b8656b253d3b186b9c21d6dfe206 [file] [log] [blame]
/* { dg-do compile} */
/* { dg-options "-O2 -fdump-tree-evrp-details -fno-tree-fre -fno-tree-ccp -fno-tree-forwprop" } */
int f(int x)
{
x = x|1;
return x & 1;
}
/* { dg-final { scan-tree-dump "gimple_simplified to.* = 1" "evrp" } } */