[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Assembler / invalid-metadata-function-local-complex-2.ll
index 15a4412c53510ef106135f900a0fafff442c1a4f..72fa41a1f00bbe3780f8e10fdb1a46058da1d2a4 100644 (file)
@@ -2,7 +2,7 @@
 
 define void @foo(i32 %v) {
 entry:
-; CHECK: <stdin>:[[@LINE+1]]:{{[0-9]+}}: error: unexpected function-local metadata
+; CHECK: <stdin>:[[@LINE+1]]:{{[0-9]+}}: error: invalid use of function-local name
   call void @llvm.bar(metadata !{i32 0, i32 %v})
   ret void
 }