aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nios2/nios2-rdctl.c
blob: 6b44d88e65a4a3dbb8256ac3902684be8f6022f4 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-final { scan-assembler "rdctl" } } */

int x ()
{
  __builtin_rdctl (0);
  return 0;
}