Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
.
/
test
/
CodeGen
/
Generic
/
2010-11-04-BigByval.ll
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
}