Duncan P. N. Exon Smith | 6a48483 | 2015-01-13 21:10:44 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llvm-dis | FileCheck %s |
| 2 | ; RUN: verify-uselistorder %s |
| 3 | |
| 4 | ; CHECK: !named = !{!0, !1, !1, !2, !2, !3, !3} |
| 5 | !named = !{!0, !1, !2, !3, !4, !5, !6} |
| 6 | |
| 7 | ; CHECK: !0 = !{} |
| 8 | !0 = !{} |
| 9 | |
| 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 | |
| 18 | ; CHECK-NEXT: !3 = !MDLocation(scope: !0) |
| 19 | !5 = !MDLocation(scope: !0) |
| 20 | !6 = !MDLocation(scope: !0, column: 0, line: 0) |