This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
6d6043d2fc
llvm-mirror
/
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 00:07:21 +02: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 15:55:05 +01:00
%s
=
type
opaque
declare
void
@h
(
%s
*
byval
%num
)
Reference in New Issue
Copy Permalink