PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / bitwise-sink.c
blob1332718df170e7d706c1cc0b097a09af96aa7fba
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (_Bool x)
7 return (x ^ 1);
10 /* { dg-final { scan-tree-dump-times "~x" 1 "optimized" } } */