summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdsubrange-count-missing.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdsubrange-count-missing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll b/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll
index bf9cb9a5e3d..8fc4487117f 100644
--- a/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll
+++ b/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll
@@ -1,4 +1,4 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: [[@LINE+1]]:32: error: missing required field 'count'
-!0 = !MDSubrange(lowerBound: -3)
+!0 = !DISubrange(lowerBound: -3)
OpenPOWER on IntegriCloud