aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nds32/builtin-setgie-en.c
blob: 892887019c9375ba3f2126648eabeb26d9c7af3d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Verify that we generate setgie.e instruction with builtin function.  */

/* { dg-do compile }  */
/* { dg-options "-O0" }  */
/* { dg-final { scan-assembler "\\tsetgie.e" } }  */

void
test (void)
{
  __builtin_nds32_setgie_en ();
}