]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
Updates to sync with changes in upstream.
[opencl/llvm.git] / test / DebugInfo / 2010-03-30-InvalidDbgInfoCrash.ll
1 ; RUN: llc < %s -o /dev/null
3 define void @baz(i32 %i) nounwind ssp {
4 entry:
5   call void @llvm.dbg.declare(metadata !0, metadata !1, metadata !{!"0x102"}), !dbg !0
6   ret void, !dbg !0
7 }
9 declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
11 !llvm.dbg.cu = !{!5}
12 !llvm.module.flags = !{!22}
14 !0 = !{{ [0 x i8] }** undef}
15 !1 = !{!"0x100\00x\0011\000", !2, !4, !9} ; [ DW_TAG_auto_variable ]
16 !2 = !{!"0xb\008\000\000", !20, !3} ; [ DW_TAG_lexical_block ]
17 !3 = !{!"0x2e\00baz\00baz\00baz\008\001\001\000\006\000\000\000", !20, null, !6, null, null, null, null, null} ; [ DW_TAG_subprogram ]
18 !4 = !{!"0x29", !20} ; [ DW_TAG_file_type ]
19 !5 = !{!"0x11\001\004.2.1 (Based on Apple Inc. build 5658) (LLVM build)\001\00\000\00\000", !20, !21, !21, null, null, null} ; [ DW_TAG_compile_unit ]
20 !6 = !{!"0x15\00\000\000\000\000\000\000", !20, !4, null, !7, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
21 !7 = !{null, !8}
22 !8 = !{!"0x24\00int\000\0032\0032\000\000\005", !20, !4} ; [ DW_TAG_base_type ]
23 !9 = !{!"0xf\00\000\0064\0064\000\000", !20, !4, !10} ; [ DW_TAG_pointer_type ]
24 !10 = !{!"0x13\00\0011\008\008\000\000\000", !20, !3, null, !11, null, null, null} ; [ DW_TAG_structure_type ] [line 11, size 8, align 8, offset 0] [def] [from ]
25 !11 = !{!12}
26 !12 = !{!"0xd\00b\0011\008\008\000\000", !20, !10, !13} ; [ DW_TAG_member ]
27 !13 = !{!"0x16\00A\0011\000\000\000\000", !20, !3, !14} ; [ DW_TAG_typedef ]
28 !14 = !{!"0x1\00\000\008\008\000\000", !20, !4, !15, !16, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 8, align 8, offset 0] [from char]
29 !15 = !{!"0x24\00char\000\008\008\000\000\006", !20, !4} ; [ DW_TAG_base_type ]
30 !16 = !{!17}
31 !17 = !{!"0x21\000\001"}        ; [ DW_TAG_subrange_type ]
32 !18 = !{!"llvm.mdnode.fwdref.19"}
33 !19 = !{!"llvm.mdnode.fwdref.23"}
34 !20 = !{!"2007-12-VarArrayDebug.c", !"/Users/sabre/llvm/test/FrontendC/"}
35 !21 = !{i32 0}
36 !22 = !{i32 1, !"Debug Info Version", i32 2}