blob: ecb354ed175e74cfab42578e36bb09cf7cc9ac53 [file] [log] [blame]
; RUN: llc < %s
; PR7170
; XFAIL: arm
%big = type [131072 x i8]
declare void @foo(%big* byval align 1)
define void @bar(%big* byval align 1 %x) {
call void @foo(%big* byval align 1 %x)
ret void
}