remove this test.

llvm-svn: 94276
This commit is contained in:
Chris Lattner 2010-01-23 03:11:10 +00:00
parent 5051cb8010
commit cabb6ff64d
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
; RUN: llc < %s -asm-verbose | grep {frame size}
declare void @llvm.gcroot(i8** %value, i8* %tag)
declare void @g() gc "ocaml"
define void @f(i8* %arg.0, void()* %arg.1) gc "ocaml" {
entry:
%gcroot.0 = alloca i8*
call void @llvm.gcroot(i8** %gcroot.0, i8* null)
store i8* %arg.0, i8** %gcroot.0
call void @g()
call void %arg.1()
ret void
}