summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdlocation-field-bad.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlocation-field-bad.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdlocation-field-bad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdlocation-field-bad.ll b/llvm/test/Assembler/invalid-mdlocation-field-bad.ll
index 6ec7c64bb4d..e68aa45b03e 100644
--- a/llvm/test/Assembler/invalid-mdlocation-field-bad.ll
+++ b/llvm/test/Assembler/invalid-mdlocation-field-bad.ll
@@ -1,4 +1,4 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:18: error: invalid field 'bad'
-!0 = !MDLocation(bad: 0)
+!0 = !DILocation(bad: 0)
OpenPOWER on IntegriCloud