Keep track of analysis information inherited from Module pass manager.
[oota-llvm.git] / test / C++Frontend / 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