Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c6ae7b4763f6b12602f116cb15c5d19c628e2c21
/
.
/
llvm
/
test
/
CodeGen
/
Generic
/
2010-11-04-BigByval.ll
blob: df2ca4c18a0590847b810d5997c8c692d02f1757 [
file
] [
log
] [
blame
]
; RUN: llc < %s
; PR7170
%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
}