This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-19 01:48:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
efaadb6171
llvm
/
test
/
Verifier
/
byval-4.ll
5 lines
100 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:38:29 +00:00
; RUN: llvm-as %s -o /dev/null
check for correct usage of the byval attribute git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38506 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-10 19:28:12 +00:00
%struct.foo
=
type
{
i64
}
declare
void
@h
(
%struct.foo
*
byval
%num
)
Reference in New Issue
Copy Permalink