Use gather loads for strided accesses
[official-gcc.git] / gcc / testsuite / gcc.target / arc / interrupt-2.c
blob285ebd57a220ca34e5c0aba201276f1cb40142aa
1 /* { dg-skip-if "ilink2 is not an ARCv2 register" { archs || arcem } } */
2 void __attribute__ ((interrupt("ilink2")))
3 handler1 (void)
6 /* { dg-final { scan-assembler-times "j.*\[ilink2\]" 1 } } */