summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll b/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
index d8ee8a97307..45dcad71360 100644
--- a/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
+++ b/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
@@ -1,4 +1,4 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:48: error: missing required field 'scope'
-!0 = !MDLocalVariable(tag: DW_TAG_auto_variable)
+!0 = !DILocalVariable(tag: DW_TAG_auto_variable)
OpenPOWER on IntegriCloud