1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

add some basic named MD tests.

llvm-svn: 92336
This commit is contained in:
Chris Lattner 2009-12-31 03:00:49 +00:00
parent f9012cc497
commit 70788c5e57

View File

@ -16,4 +16,7 @@ define void @test() {
declare void @llvm.dbg.func.start(metadata) nounwind readnone
!foo = !{ !0 }
!bar = !{ !1 }
; !foo = !{ !0, !"foo" }