blob: 47e6e983d4214dde71c4ed4fd0ff5808403bad5e [file] [log] [blame]
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2; RUN: verify-uselistorder %s
3
Duncan P. N. Exon Smith2f5bb312015-01-16 17:33:08 +00004; CHECK: !named = !{!0, !1, !1, !2, !2, !3, !3, !4}
5!named = !{!0, !1, !2, !3, !4, !5, !6, !7}
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +00006
Duncan P. N. Exon Smith26489982015-03-26 22:05:04 +00007; CHECK: !0 = !MDSubprogram(
8!0 = !MDSubprogram()
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +00009
10; CHECK-NEXT: !1 = !MDLocation(line: 3, column: 7, scope: !0)
11!1 = !MDLocation(line: 3, column: 7, scope: !0)
12!2 = !MDLocation(scope: !0, column: 7, line: 3)
13
14; CHECK-NEXT: !2 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
15!3 = !MDLocation(scope: !0, inlinedAt: !1, column: 7, line: 3)
16!4 = !MDLocation(column: 7, line: 3, scope: !0, inlinedAt: !1)
17
Duncan P. N. Exon Smith503cf3b2015-01-14 22:14:26 +000018; CHECK-NEXT: !3 = !MDLocation(line: 0, scope: !0)
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +000019!5 = !MDLocation(scope: !0)
20!6 = !MDLocation(scope: !0, column: 0, line: 0)
Duncan P. N. Exon Smith2f5bb312015-01-16 17:33:08 +000021
Duncan P. N. Exon Smithaf677eb2015-02-06 22:50:13 +000022; CHECK-NEXT: !4 = !MDLocation(line: 4294967295, column: 65535, scope: !0)
23!7 = !MDLocation(line: 4294967295, column: 65535, scope: !0)