This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
eee66518af
llvm-project
/
llvm
/
test
/
Verifier
/
byval-4.ll
5 lines
100 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. llvm-svn: 79992
2009-08-25 23:38:29 +08:00
; RUN: llvm-as %s -o /dev/null
check for correct usage of the byval attribute llvm-svn: 38506
2007-07-11 03:28:12 +08:00
%struct.foo
=
type
{
i64
}
declare
void
@h
(
%struct.foo
*
byval
%num
)