X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Ffunctionlocal-metadata-complex-3.ll;h=647f93ecabe07856e95baefd09f167eef156a09f;hb=dad20b2ae2544708d6a33abdb9bddd0a329f50e0;hp=1590efa72b6d570ed48eadf2dd152e4b61f242eb;hpb=db7b69e3a634c5fdff0eceeee2a41ee49c3270a2;p=oota-llvm.git diff --git a/test/Assembler/functionlocal-metadata-complex-3.ll b/test/Assembler/functionlocal-metadata-complex-3.ll index 1590efa72b6..647f93ecabe 100644 --- a/test/Assembler/functionlocal-metadata-complex-3.ll +++ b/test/Assembler/functionlocal-metadata-complex-3.ll @@ -2,7 +2,7 @@ define void @foo(i32 %v) { entry: -; CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: unexpected nested function-local metadata +; CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: invalid use of function-local name call void @llvm.bar(metadata !{metadata !{i32 %v}}) ret void }