summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlocation-overflow-column.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdlocation-overflow-column.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll b/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll
index 1c06697d01e..043f84d3ab2 100644
--- a/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll
+++ b/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll
@@ -3,7 +3,7 @@
!0 = !{}
; CHECK-NOT: error:
-!1 = !MDLocation(column: 65535, scope: !0)
+!1 = !DILocation(column: 65535, scope: !0)
; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'column' too large, limit is 65535
-!2 = !MDLocation(column: 65536, scope: !0)
+!2 = !DILocation(column: 65536, scope: !0)
OpenPOWER on IntegriCloud