summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vector.c
blob: 8388b09fd22110c0c905a056a65a965168b88ed6 (plain)
1
2
3
4
5
6
typedef short __v4hi __attribute__ ((__vector_size__ (8)));

void f()
{
    __v4hi A = (__v4hi)0LL;
}
OpenPOWER on IntegriCloud