* gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename duplicate test
[official-gcc.git] / gcc / testsuite / gcc.target / tic6x / bswapl.c
blob18d6bce7f21c4d0296b656cb330c74a8fe19a5a7
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=c64x+" } */
3 /* { dg-final { scan-assembler-not "call" } } */
5 int foo (int x)
7 return __builtin_bswap32 (x);
10 long long bar (long long x)
12 return __builtin_bswap64 (x);