blob: a7ebcfc99f872267199af9cf4ae2cfe3b8891da5 [file] [log] [blame]
typedef int v8si __attribute__ ((vector_size (32)));
int
foo(v8si c, v8si d)
{
l0:
if (c[2])
d ^= c;
return d[3];
}