blob: 6c55561df953c252695799849923716cb3c0680a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=armv6" } */
unsigned char foo (unsigned char c)
{
return (c >= '0') && (c <= '9');
}
/* { dg-final { scan-assembler-not "uxtb" } } */