aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/ia64/builtin-bswap-2.c
blob: 96f32c702ad82030dc0a2fa75b6a7ccba392632b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "mux1" } } */

int foo (int x)
{
  return __builtin_bswap32 (x);
}