blob: 67ee5d6ba94cb8a37840ab0b9439fb1d2cc07162 [file] [log] [blame] [edit]
; RUN: llc < %s -mtriple=x86_64 -stack-usage-file=%t.su
; RUN: FileCheck --input-file=%t.su %s
declare void @g(ptr)
define void @f() {
%a = alloca [64 x i8]
call void @g(ptr %a)
ret void
}
; CHECK: f [[#]] static