// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-darwin -O1 -disable-llvm-passes %s -emit-llvm -o - | FileCheck %s
// Test TBAA metadata generated by front-end (vector types are always treated as mayalias).
typedef float __m128 ;
;
void
// CHECK: [[TYPE_char:!.*]] = !{!"omnipotent char", [[TAG_cxx_tbaa:!.*]],
// CHECK: [[TAG_cxx_tbaa]] = !{!"Simple C++ TBAA"}
// CHECK: [[TAG_char]] = !{[[TYPE_char]], [[TYPE_char]], i64 0}