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
d01c562e48
Branches
Tags
No results found.
llvm-project
/
llvm
/
test
/
Verifier
/
byval-1.ll
3 lines
70 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: not llvm-as %s -o /dev/null -f
We now allow byval on fairly general pointer types. llvm-svn: 45956
2008-01-14 14:53:45 +08:00
declare
void
@h
(
i32
byval
%num
)