// RUN: %clang_cc1 -no-opaque-pointers %s -emit-llvm -triple x86_64-apple-darwin -o - | FileCheck %s
// rdar://20407999
typedef float vector_float2;
// CHECK: [[CL:%.*]] = alloca <2 x float>, align 8
// CHECK: store <2 x float> [[VECINIT:%.*]], <2 x float>* [[CL]]
// CHECK: [[FOURTEEN:%.*]] = load <2 x float>, <2 x float>* [[CL]]