[VectorCombine] Add "VECTORCOMBINE on <FUNCTION_NAME>" title debug message to help...
[llvm-project.git] / llvm / test / Verifier / RemoveDI / blockbyref.ll
blob86321a6ae78e805081cafb39771af31da5056622
1 ; RUN: llvm-as -disable-output <%s 2>&1| FileCheck %s
3 ; CHECK: DIBlockByRefStruct on DICompositeType is no longer supported
4 ; CHECK: warning: ignoring invalid debug info
6 define void @foo() {
7 entry:
8   %s = alloca i32
9     #dbg_declare(ptr %s, !2, !DIExpression(), !DILocation(scope: !1))
10   ret void
14 !llvm.module.flags = !{!0}
15 !0 = !{i32 2, !"Debug Info Version", i32 3}
16 !1 = distinct !DISubprogram()
17 !2 = !DILocalVariable(scope: !1, type: !3)
18 !3 = !DICompositeType(tag: DW_TAG_structure_type, flags: DIFlagReservedBit4)