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-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
33663fc104
llvm-6502
/
test
/
Verifier
/
byval-2.ll
4 lines
86 B
LLVM
Raw
Normal View
History
Unescape
Escape
update this test to pass with duncan's change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46246 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-22 05:31:58 +00:00
; RUN: llvm-as < %s -o /dev/null -f
Test that byval cannot be used with pointers to types with no size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45959 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-14 14:55:05 +00:00
%s
=
type
opaque
declare
void
@h
(
%s
*
byval
%num
)
Reference in New Issue
Copy Permalink