2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / ipa / ipa-icf-38a.c
blob414a7c455e4518183cffbc7c479d6bab05dcd125
1 /* { dg-skip-if "" { *-*-* } } */
3 typedef int v4si __attribute__ ((vector_size (16)));
5 __attribute__ ((noinline))
6 int bar(void)
8 v4si a = {1,2,3,4};
9 v4si b = {3,2,1,4};
10 v4si c;
12 return 54;