Fix test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2010-01-23 01:21:27 +00:00
parent 4d03ca0702
commit 796263464d

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -asm-verbose | grep {frame size} | grep -v 0x0
; RUN: llc < %s -asm-verbose | grep {frame size}
declare void @llvm.gcroot(i8** %value, i8* %tag)
declare void @g() gc "ocaml"