summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/mdnamespace.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/mdnamespace.ll')
-rw-r--r--llvm/test/Assembler/mdnamespace.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/Assembler/mdnamespace.ll b/llvm/test/Assembler/mdnamespace.ll
index e708a3c5faf..5d8b6b3fa7d 100644
--- a/llvm/test/Assembler/mdnamespace.ll
+++ b/llvm/test/Assembler/mdnamespace.ll
@@ -4,13 +4,13 @@
; CHECK: !named = !{!0, !1, !2, !3, !4, !4}
!named = !{!0, !1, !2, !3, !4, !5}
-!0 = !MDFile(filename: "file.cpp", directory: "/path/to/dir")
+!0 = !DIFile(filename: "file.cpp", directory: "/path/to/dir")
!1 = distinct !{}
-!2 = !MDFile(filename: "path/to/file", directory: "/path/to/dir")
+!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-; CHECK: !3 = !MDNamespace(name: "Namespace", scope: !0, file: !2, line: 7)
-!3 = !MDNamespace(name: "Namespace", scope: !0, file: !2, line: 7)
+; CHECK: !3 = !DINamespace(name: "Namespace", scope: !0, file: !2, line: 7)
+!3 = !DINamespace(name: "Namespace", scope: !0, file: !2, line: 7)
-; CHECK: !4 = !MDNamespace(scope: !0)
-!4 = !MDNamespace(name: "", scope: !0, file: null, line: 0)
-!5 = !MDNamespace(scope: !0)
+; CHECK: !4 = !DINamespace(scope: !0)
+!4 = !DINamespace(name: "", scope: !0, file: null, line: 0)
+!5 = !DINamespace(scope: !0)
OpenPOWER on IntegriCloud