Polish atomic pointers
[oota-llvm.git] / test / Verifier / dbg.ll
index 395806b1299aaae1a3b4e81ca13b98ebd49154e5..d5728a4e827292093e24b14721700c8d0578e5f2 100644 (file)
@@ -2,7 +2,7 @@
 
 define void @foo() {
 entry:
-  br label %exit, !dbg !DILocation(scope: !DISubprogram(), inlinedAt: !{})
+  br label %exit, !dbg !DILocation(scope: !1, inlinedAt: !{})
 ; CHECK: inlined-at should be a location
 ; CHECK-NEXT: !{{[0-9]+}} = !DILocation(line: 0, scope: !{{[0-9]+}}, inlinedAt: ![[IA:[0-9]+]])
 ; CHECK-NEXT: ![[IA]] = !{}
@@ -16,3 +16,4 @@ exit:
 
 !llvm.module.flags = !{!0}
 !0 = !{i32 2, !"Debug Info Version", i32 3}
+!1 = distinct !DISubprogram()