rt_gccstream/gcc/testsuite/gcc.target/powerpc/ppc-eq0-1.c

11 lines
173 B
C

/* PR rtl-optimization/10588 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
int foo(int x)
{
return x == 0;
}
/* { dg-final { scan-assembler "cntlzw|isel" } } */