Fix LDRi12 immediate operand, which was changed to be the second operand in $addrmode...
[oota-llvm.git] / test / FrontendC++ / 2008-01-12-VecInit.cpp
1 // RUN: %llvmgcc -xc++ %s -S -o -
2 // rdar://5685492
3
4 typedef int __attribute__((vector_size(16))) v;
5 v vt = {1, 2, 3, 4};
6