IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / test / Assembler / invalid-mdsubrange-count-negative.ll
index 9bfe784ab5df024392a2e188b2c04889184a0d62..f2ad4c302cb2f396b09007809a085ffb3d784589 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
 
 ; CHECK-NOT: error:
-!0 = !MDSubrange(count: -1)
+!0 = !DISubrange(count: -1)
 
 ; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too small, limit is -1
-!0 = !MDSubrange(count: -2)
+!0 = !DISubrange(count: -2)