summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-31 03:00:49 +0000
committerChris Lattner <sabre@nondot.org>2009-12-31 03:00:49 +0000
commit6e7f3b39efdcd023e4763695907daafd6a6f609a (patch)
tree56fb646a8dd7efb7cb7cc743f8c83b14f9845e48 /test/Assembler
parentc65b72ca26cafb988a72dafa25dc5796094b74f8 (diff)
downloadllvm-6e7f3b39efdcd023e4763695907daafd6a6f609a.tar.gz
llvm-6e7f3b39efdcd023e4763695907daafd6a6f609a.tar.bz2
llvm-6e7f3b39efdcd023e4763695907daafd6a6f609a.tar.xz
add some basic named MD tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/metadata.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/metadata.ll b/test/Assembler/metadata.ll
index 89668a345c..a52de87650 100644
--- a/test/Assembler/metadata.ll
+++ b/test/Assembler/metadata.ll
@@ -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