aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/ppc-eq0-1.c
blob: 496a6e340c016c021b3e6b0d97373a7b19342a88 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR rtl-optimization/10588 */
/* { dg-do compile } */
/* { dg-options "-O2" } */

int foo(int x)
{
  return x == 0;
}

/* { dg-final { scan-assembler "cntlzw|isel" } } */