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
4051bf47ec
llvm-project
/
llvm
/
test
/
Verifier
/
byval-2.ll
4 lines
84 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. llvm-svn: 51357
2008-05-21 06:07:21 +08:00
; RUN: llvm-as %s -o /dev/null -f
Test that byval cannot be used with pointers to types with no size. llvm-svn: 45959
2008-01-14 22:55:05 +08:00
%s
=
type
opaque
declare
void
@h
(
%s
*
byval
%num
)