aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
commit6b1814901282f560c7ccdc10781f2e3c316bf3d8 (patch)
tree56fb646a8dd7efb7cb7cc743f8c83b14f9845e48 /test
parentb68b190ed1964a14782e396fd599617d003dae97 (diff)
downloadexternal_llvm-6b1814901282f560c7ccdc10781f2e3c316bf3d8.zip
external_llvm-6b1814901282f560c7ccdc10781f2e3c316bf3d8.tar.gz
external_llvm-6b1814901282f560c7ccdc10781f2e3c316bf3d8.tar.bz2
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')
-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 89668a3..a52de87 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