2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / gcc.target / nds32 / builtin-setgie-en.c
blob892887019c9375ba3f2126648eabeb26d9c7af3d
1 /* Verify that we generate setgie.e instruction with builtin function. */
3 /* { dg-do compile } */
4 /* { dg-options "-O0" } */
5 /* { dg-final { scan-assembler "\\tsetgie.e" } } */
7 void
8 test (void)
10 __builtin_nds32_setgie_en ();