IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / test / Assembler / metadata-null-operands.ll
index 7e27eba45fe73c47c378bc56cd52e8fda1f08a5d..2d013d0e912ae4ef8127cc7490ae4f491a039aa0 100644 (file)
@@ -5,7 +5,7 @@
 ; require non-null in the assembler and rework this test to check for that ala
 ; test/Assembler/invalid-mdcompileunit-null-file.ll.
 !named = !{!0}
-!0 = !MDDerivedType(tag: DW_TAG_pointer_type, baseType: null)
+!0 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null)
 
 ; CHECK: !named = !{!0}
-; CHECK: !0 = !MDDerivedType({{.*}}baseType: null{{.*}})
+; CHECK: !0 = !DIDerivedType({{.*}}baseType: null{{.*}})