[ARM] Flag vcvt{t,b} with an f16 type specifier as part of the FP16 extension
[oota-llvm.git] / test / Verifier / llvm.dbg.declare-variable.ll
index e038243bdd632e1b8f053ce87cf52411aa667c4f..6f415b7c1fa035df9be58452f7aca38f9ddefc78 100644 (file)
@@ -6,7 +6,7 @@
 define void @foo(i32 %a) {
 entry:
   %s = alloca i32
-  call void @llvm.dbg.declare(metadata i32* %s, metadata !"", metadata !MDExpression())
+  call void @llvm.dbg.declare(metadata i32* %s, metadata !"", metadata !DIExpression()), !dbg !DILocation(scope: !1)
   ret void
 }
 
@@ -14,3 +14,4 @@ declare void @llvm.dbg.declare(metadata, metadata, metadata)
 
 !llvm.module.flags = !{!0}
 !0 = !{i32 2, !"Debug Info Version", i32 3}
+!1 = distinct !DISubprogram()