Add compile command to each testcase
[gcc-vect-testsuite.git] / unswitch-loops-pr26969.c
blobb92a7fb7cb6c9ad3abec045f04067335b689b569
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
4 void
5 ruby_re_compile_fastmap (char *fastmap, int options)
7 int j;
8 for (j = 0; j < (1 << 8); j++)
10 if (j != '\n' || (options & 4))
11 fastmap[j] = 1;
15 /* { dg-final { cleanup-tree-dump "vect" } } */