aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/clrsb.c
blob: ac8d2e0510624dc23ac9b3c5204bd3b61b10274d (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */

unsigned int functest (unsigned int x)
{
  return __builtin_clrsb (x);
}

/* { dg-final { scan-assembler "cls\tw" } } */