Don't prime the section map.
[oota-llvm.git] / test / DebugInfo / 2010-03-30-InvalidDbgInfoCrash.ll
1 ; RUN: llc < %s -o /dev/null
2
3 define void @baz(i32 %i) nounwind ssp {
4 entry:
5   call void @llvm.dbg.declare(metadata !0, metadata !1, metadata !MDExpression()), !dbg !0
6   ret void, !dbg !0
7 }
8
9 declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
10
11 !llvm.dbg.cu = !{!5}
12 !llvm.module.flags = !{!22}
13
14 !0 = !{{ [0 x i8] }** undef}
15 !1 = !MDLocalVariable(tag: DW_TAG_auto_variable, name: "x", line: 11, scope: !2, file: !4, type: !9)
16 !2 = distinct !MDLexicalBlock(line: 8, column: 0, file: !20, scope: !3)
17 !3 = !MDSubprogram(name: "baz", linkageName: "baz", line: 8, isLocal: true, isDefinition: true, virtualIndex: 6, isOptimized: false, file: !20, scope: null, type: !6)
18 !4 = !MDFile(filename: "2007-12-VarArrayDebug.c", directory: "/Users/sabre/llvm/test/FrontendC/")
19 !5 = !MDCompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", isOptimized: true, emissionKind: 0, file: !20, enums: !21, retainedTypes: !21)
20 !6 = !MDSubroutineType(types: !7)
21 !7 = !{null, !8}
22 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
23 !9 = !MDDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, file: !20, scope: !4, baseType: !10)
24 !10 = !MDCompositeType(tag: DW_TAG_structure_type, line: 11, size: 8, align: 8, file: !20, scope: !3, elements: !11)
25 !11 = !{!12}
26 !12 = !MDDerivedType(tag: DW_TAG_member, name: "b", line: 11, size: 8, align: 8, file: !20, scope: !10, baseType: !13)
27 !13 = !MDDerivedType(tag: DW_TAG_typedef, name: "A", line: 11, file: !20, scope: !3, baseType: !14)
28 !14 = !MDCompositeType(tag: DW_TAG_array_type, size: 8, align: 8, file: !20, scope: !4, baseType: !15, elements: !16)
29 !15 = !MDBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
30 !16 = !{!17}
31 !17 = !MDSubrange(count: 1)
32 !18 = !{!"llvm.mdnode.fwdref.19"}
33 !19 = !{!"llvm.mdnode.fwdref.23"}
34 !20 = !MDFile(filename: "2007-12-VarArrayDebug.c", directory: "/Users/sabre/llvm/test/FrontendC/")
35 !21 = !{i32 0}
36 !22 = !{i32 1, !"Debug Info Version", i32 3}