1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
3 /* PR tree-optimization/31531 */
5 int f0(unsigned x
, unsigned t
)
14 int f1(unsigned x
, int t
)
23 int f2(int x
, unsigned t
)
33 /* We should be able to remove all ~ from the above functions. */
34 /* { dg-final { scan-tree-dump-times "~" 0 "optimized"} } */