Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / builtin-bswap-4.c
blob65198aee89e74cd10066a209743e2717a51f83da
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-not "bswap\[ \t\]" } } */
5 short foo (short x)
7 return __builtin_bswap16 (x);