blob: 65198aee89e74cd10066a209743e2717a51f83da [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "bswap\[ \t\]" } } */
short foo (short x)
{
return __builtin_bswap16 (x);
}