X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2Fdbg.ll;h=395806b1299aaae1a3b4e81ca13b98ebd49154e5;hb=e56023a059e5fafa97f0df32c65cf31cfc33ba17;hp=3cff1e0515767d3c0f3e7d1f3a826b49acfa01b1;hpb=42eeb1d91f66532c2aeba272c07c0eb813c0ca95;p=oota-llvm.git diff --git a/test/Verifier/dbg.ll b/test/Verifier/dbg.ll index 3cff1e05157..395806b1299 100644 --- a/test/Verifier/dbg.ll +++ b/test/Verifier/dbg.ll @@ -2,9 +2,9 @@ define void @foo() { entry: - br label %exit, !dbg !MDLocation(scope: !MDSubprogram(), inlinedAt: !{}) + br label %exit, !dbg !DILocation(scope: !DISubprogram(), inlinedAt: !{}) ; CHECK: inlined-at should be a location -; CHECK-NEXT: !{{[0-9]+}} = !MDLocation(line: 0, scope: !{{[0-9]+}}, inlinedAt: ![[IA:[0-9]+]]) +; CHECK-NEXT: !{{[0-9]+}} = !DILocation(line: 0, scope: !{{[0-9]+}}, inlinedAt: ![[IA:[0-9]+]]) ; CHECK-NEXT: ![[IA]] = !{} exit: