Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / 2009-08-11-VectorRetTy.cpp
blobfe6f32a6969cd8379707e8aef64905c1628bdba9
1 // RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2 typedef void (*Func) ();
3 typedef long long m64 __attribute__((__vector_size__(8), __may_alias__));
4 static inline m64 __attribute__((__always_inline__, __nodebug__)) _mm_set1_pi16() {}
5 template <class MM>
6 static void Bork() {
7 const m64 mmx_0x00ff = _mm_set1_pi16();
9 struct A {};
10 Func arr[] = {
11 Bork<A>