[ARM] Better patterns for fp <> predicate vectors
[llvm-core.git] / test / Verifier / mdcompositetype-templateparams.ll
blob5d4bef2232fc0e65951463de34767e2f29c454cb
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 ; CHECK:      invalid template parameter
4 ; CHECK-NEXT: !2 = !DICompositeType(
5 ; CHECK-SAME:                       templateParams: !1
6 ; CHECK-NEXT: !1 = !{!0}
7 ; CHECK-NEXT: !0 = !DIBasicType(
9 !named = !{!0, !1, !2}
10 !0 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
11 !1 = !{!0}
12 !2 = !DICompositeType(tag: DW_TAG_structure_type, name: "IntTy", size: 32, align: 32, templateParams: !1)