summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll b/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll
index 57a9a3efb66..15631b7f640 100644
--- a/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll
+++ b/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll
@@ -1,4 +1,4 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:65: error: missing required field 'language'
-!0 = !MDCompileUnit(file: !MDFile(filename: "a", directory: "b"))
+!0 = !DICompileUnit(file: !DIFile(filename: "a", directory: "b"))
OpenPOWER on IntegriCloud