Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / 2008-01-12-VecInit.cpp
blob6a516c9bd34305246f88f494c2e0b20b1bd50899
1 // RUN: %clang_cc1 -emit-llvm %s -o -
2 //
3 typedef int __attribute__((vector_size(16))) v;
4 v vt = {1, 2, 3, 4};