add some basic named MD tests.
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 03:00:49 +0000 (03:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 03:00:49 +0000 (03:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92336 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/metadata.ll

index 89668a345c0641fdd414b44b1ff5b82e25b90e6b..a52de87650b702e3f26096f9bd042c0e53a6b906 100644 (file)
@@ -16,4 +16,7 @@ define void @test() {
 declare void @llvm.dbg.func.start(metadata) nounwind readnone
 
 
+!foo = !{ !0 }
+!bar = !{ !1 }
+
 ; !foo = !{ !0, !"foo" }
\ No newline at end of file