IR: Move MDLocation into place
[oota-llvm.git] / test / DebugInfo / X86 / dbg-at-specficiation.ll
1 ; RUN: llc  < %s | FileCheck %s
2 ; Radar 10147769
3 ; Do not unnecessarily use AT_specification DIE.
4 ; CHECK-NOT: AT_specification
5
6 @a = common global [10 x i32] zeroinitializer, align 16
7
8 !llvm.dbg.cu = !{!0}
9 !llvm.module.flags = !{!12}
10
11 !0 = !{!"0x11\0012\00clang version 3.0 (trunk 140253)\001\00\000\00\000", !11, !2, !2, !2, !3, null} ; [ DW_TAG_compile_unit ]
12 !2 = !{}
13 !3 = !{!5}
14 !5 = !{!"0x34\00a\00a\00\001\000\001", null, !6, !7, [10 x i32]* @a, null} ; [ DW_TAG_variable ]
15 !6 = !{!"0x29", !11} ; [ DW_TAG_file_type ]
16 !7 = !{!"0x1\00\000\00320\0032\000\000", null, null, !8, !9, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 320, align 32, offset 0] [from int]
17 !8 = !{!"0x24\00int\000\0032\0032\000\000\005", null, null} ; [ DW_TAG_base_type ]
18 !9 = !{!10}
19 !10 = !{!"0x21\000\0010"}        ; [ DW_TAG_subrange_type ]
20 !11 = !{!"x.c", !"/private/tmp"}
21 !12 = !{i32 1, !"Debug Info Version", i32 2}