This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
78256a199e
llvm-6502
/
test
/
Verifier
/
byval-1.ll
3 lines
72 B
LLVM
Raw
Normal View
History
Unescape
Escape
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
; RUN: not llvm-as < %s -o /dev/null -f
We now allow byval on fairly general pointer types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45956 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-14 06:53:45 +00:00
declare
void
@h
(
i32
byval
%num
)
Reference in New Issue
Copy Permalink