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

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

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