[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc-eq0-1.c
blob9f9b13ec2ab6b1d8152d9388ef7cdb1d6a5a78d3
1 /* PR rtl-optimization/10588 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 int foo(int x)
7 return x == 0;
10 /* { dg-final { scan-assembler {\m(cntlzw|isel|setbc)\M} } } */